com.bea.portal
Class PortalException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.p13n.exceptions.ApplicationException
|
+--com.bea.portal.PortalException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PortalFinderException
- public class PortalException
- extends ApplicationException
Base class for all Exceptions in the portal framework.
- See Also:
ApplicationException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PortalException
public PortalException(String message)
- Allocates an PortalException using the given message.
- Parameters:
message
- the message describing the exception.
PortalException
public PortalException(String message,
Throwable cause)
- Allocates an PortalException using the given message
and a nested Throwable.
- Parameters:
message
- the message describing the exception.cause
- the nested Throwable.
Copyright © 2003 BEA Systems, Inc. All Rights Reserved