BEA Systems, Inc.

com.beasys.commerce.portal
Class PortalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.portal.PortalException
Direct Known Subclasses:
PortalCreateException, PortalFinderException, PortalRemoveException, PortalResultsException

public class PortalException
extends java.lang.Exception
implements java.io.Serializable

The exception base class for Portal exceptions

See Also:
Serialized Form

Constructor Summary
PortalException()
          Create a new instance.
PortalException(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

PortalException

public PortalException()
Create a new instance.

PortalException

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved