org.apache.jetspeed.services.persistence
Class PortalPersistenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jetspeed.util.JetspeedException
              extended byorg.apache.jetspeed.services.persistence.PortalPersistenceException
All Implemented Interfaces:
java.io.Serializable

public class PortalPersistenceException
extends JetspeedException

Thrown when an exception occurs in persisting or retrieving portlet instance attributes.

Version:
$Id: PortalPersistenceException.java,v 1.2 2004/02/23 03:33:52 jford Exp $
Author:
Scott Weaver
See Also:
Serialized Form

Constructor Summary
PortalPersistenceException()
          Constructor for PortalPersistenceException.
PortalPersistenceException(java.lang.String arg0)
          Constructor for PortalPersistenceException.
 
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

PortalPersistenceException

public PortalPersistenceException()
Constructor for PortalPersistenceException.


PortalPersistenceException

public PortalPersistenceException(java.lang.String arg0)
Constructor for PortalPersistenceException.

Parameters:
arg0 -


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.