org.jasig.portlet.cms.mvc.exception
Class ContentPersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.portlet.cms.mvc.exception.ContentPersistenceException
All Implemented Interfaces:
Serializable

public class ContentPersistenceException
extends RuntimeException

Version:
$Revision: 22695 $
Author:
Jen Bourey, jbourey@unicon.net
See Also:
Serialized Form

Constructor Summary
ContentPersistenceException()
           
ContentPersistenceException(String message)
           
ContentPersistenceException(String message, Throwable cause)
           
ContentPersistenceException(Throwable cause)
           
 
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()

ContentPersistenceException

public ContentPersistenceException(String message,
                                   Throwable cause)

ContentPersistenceException

public ContentPersistenceException(String message)

ContentPersistenceException

public ContentPersistenceException(Throwable cause)


Copyright © 2010 Jasig. All Rights Reserved.