|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bea.p13n.exceptions.SystemException
com.bea.netuix.application.exception.PortalPersistenceSystemException
This exception is a general wrapper for other exceptions that occur when performing
portal persistence functions such as creating PortalDefinition
s, getting
DesktopDefinition
s, and getting PortletDefinition
s.
Constructor Summary | |
PortalPersistenceSystemException()
Constructs a PortalPersistenceSystemException with no specified detail message. |
|
PortalPersistenceSystemException(String s)
Constructs a PortalPersistenceSystemException with the specified detail message. |
|
PortalPersistenceSystemException(String s,
Throwable cause)
Constructs a PortalPersistenceSystemException with the specified detail message
and causal exception. |
|
PortalPersistenceSystemException(Throwable cause)
Constructs a PortalPersistenceSystemException with the specified causal exception. |
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 |
public PortalPersistenceSystemException()
PortalPersistenceSystemException
with no specified detail message.
public PortalPersistenceSystemException(String s)
PortalPersistenceSystemException
with the specified detail message.
s
- The detail messagepublic PortalPersistenceSystemException(String s, Throwable cause)
PortalPersistenceSystemException
with the specified detail message
and causal exception.
s
- The detail messagecause
- The exception that caused this exception to be thrownpublic PortalPersistenceSystemException(Throwable cause)
PortalPersistenceSystemException
with the specified causal exception.
cause
- The exception that caused this exception to be thrown
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |