PortalPersistenceSystemException Class
- public class PortalPersistenceSystemException
extends SystemException
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.
-
Hierarchy
-
Object
Throwable
Exception
RuntimeException
SystemException
PortalPersistenceSystemException
-
All Implemented Interfaces
-
Serializable
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 |
PortalPersistenceSystemException
public PortalPersistenceSystemException()
- Constructs a
PortalPersistenceSystemException
with no specified detail message.
PortalPersistenceSystemException
public PortalPersistenceSystemException(String
s,
Throwable
cause)
- Constructs a
PortalPersistenceSystemException
with the specified detail message
and causal exception.
PortalPersistenceSystemException
public PortalPersistenceSystemException(String
s)
- Constructs a
PortalPersistenceSystemException
with the specified detail message.
PortalPersistenceSystemException
public PortalPersistenceSystemException(Throwable
cause)
- Constructs a
PortalPersistenceSystemException
with the specified causal exception.