PortalPersistenceSystemException Class

com.bea.netuix.application.exception
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 PortalDefinitions, getting DesktopDefinitions, and getting PortletDefinitions.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        SystemException
          PortalPersistenceSystemException
All Implemented Interfaces

Serializable

Constructor Summary

PortalPersistenceSystemException()

Constructs a PortalPersistenceSystemException with no specified detail message.
PortalPersistenceSystemException(String s, Throwable cause)

Constructs a PortalPersistenceSystemException with the specified detail message and causal exception.
PortalPersistenceSystemException(String s)

Constructs a PortalPersistenceSystemException with the specified detail message.
PortalPersistenceSystemException(Throwable cause)

Constructs a PortalPersistenceSystemException with the specified causal exception.
 

Method Summary

 
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
   

Constructor Detail

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.