© 2005 BEA Systems, Inc.

com.bea.netuix.application.exception
Class PortalPersistenceSystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.p13n.exceptions.SystemException
                  extended bycom.bea.netuix.application.exception.PortalPersistenceSystemException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

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

PortalPersistenceSystemException

public PortalPersistenceSystemException()
Constructs a PortalPersistenceSystemException with no specified detail message.


PortalPersistenceSystemException

public PortalPersistenceSystemException(String s)
Constructs a PortalPersistenceSystemException with the specified detail message.


PortalPersistenceSystemException

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


PortalPersistenceSystemException

public PortalPersistenceSystemException(Throwable cause)
Constructs a PortalPersistenceSystemException with the specified causal exception.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved