© 2005 BEA Systems, Inc.

com.bea.portal
Class PortalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.bea.portal.PortalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PortalFinderException

Deprecated. com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

public class PortalException
extends ApplicationException

Base class for all Exceptions in the portal framework.

See Also:
ApplicationException, Serialized Form

Constructor Summary
PortalException(String message)
          Deprecated. Allocates an PortalException using the given message.
PortalException(String message, Throwable cause)
          Deprecated. Allocates an PortalException using the given message and a nested Throwable.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalException

public PortalException(String message)
Deprecated. 
Allocates an PortalException using the given message.


PortalException

public PortalException(String message,
                       Throwable cause)
Deprecated. 
Allocates an PortalException using the given message and a nested Throwable.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved