Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portlet.attachment.service.PersistenceException
- All Implemented Interfaces:
Serializable
public class PersistenceException extends RuntimeException
Exception persisting documents to the persistence store
- Author:
- James Wennmacher, jwennmacher@unicon.net
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PersistenceException()PersistenceException(String message)PersistenceException(String message, Throwable cause)PersistenceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)PersistenceException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersistenceException
public PersistenceException() -
PersistenceException
-
PersistenceException
-
PersistenceException
-
PersistenceException
-