PortalException Class
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 com.bea.p13n.exceptions.ApplicationException
Base class for all Exceptions in the portal framework.
Related Topics
ApplicationException
-
Hierarchy
-
Object
Throwable
Exception
com.bea.p13n.exceptions.ApplicationException
PortalException
-
All Implemented Interfaces
-
Serializable
-
Direct Known Subclasses
-
com.bea.portal.manager.PortalFinderException
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalException
public PortalException(String
message,
Throwable
cause)
- Allocates an PortalException using the given message
and a nested Throwable.
PortalException
public PortalException(String
message)
- Allocates an PortalException using the given message.