org.apache.portals.graffito.persistence
Class ContentPersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.portals.graffito.exception.ContentManagementException
              extended by org.apache.portals.graffito.persistence.ContentPersistenceException
All Implemented Interfaces:
java.io.Serializable

public class ContentPersistenceException
extends org.apache.portals.graffito.exception.ContentManagementException

ContentPersistenceExcepton

Version:
$Id: ContentPersistenceException.java,v 1.1 2004/12/22 20:37:01 christophe Exp $
Author:
David Sean Taylor
See Also:
Serialized Form

Constructor Summary
ContentPersistenceException()
          Constructor
ContentPersistenceException(java.lang.String message)
          Constructor
ContentPersistenceException(java.lang.String message, java.lang.Throwable nested)
          Contructor
ContentPersistenceException(java.lang.Throwable nested)
          Constructor
 
Method Summary
 
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

ContentPersistenceException

public ContentPersistenceException()
Constructor


ContentPersistenceException

public ContentPersistenceException(java.lang.String message)
Constructor

Parameters:
message - The exception message

ContentPersistenceException

public ContentPersistenceException(java.lang.Throwable nested)
Constructor

Parameters:
nested - The associate Throwable object

ContentPersistenceException

public ContentPersistenceException(java.lang.String message,
                                   java.lang.Throwable nested)
Contructor

Parameters:
message - The exception message
nested - The associate Throwable object


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.