BEA Systems, Inc.

com.beasys.commerce.portal
Class PortalRemoveException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.portal.PortalException
                    |
                    +--com.beasys.commerce.portal.PortalRemoveException

public class PortalRemoveException
extends PortalException

The exception class when an error occurs removing a Portal Object.

See Also:
Serialized Form

Constructor Summary
PortalRemoveException()
          Create a new instance.
PortalRemoveException(java.lang.String aMsg)
          Creates a new instance.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalRemoveException

public PortalRemoveException()
Create a new instance.

PortalRemoveException

public PortalRemoveException(java.lang.String aMsg)
Creates a new instance.
Parameters:
aMsg - The exception message.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved