Package org.codice.ddf.persistence
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.persistence.PersistenceException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newPersistenceException.PersistenceException(String message) Instantiates a newPersistenceExceptionwith the provided message.PersistenceException(String message, Throwable throwable) Instantiates a newPersistenceExceptionwith the provided message and throwable.PersistenceException(Throwable throwable) Instantiates a newPersistenceExceptionwith the provided throwable. -
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()Instantiates a newPersistenceException. -
PersistenceException
Instantiates a newPersistenceExceptionwith the provided message.- Parameters:
message- the message
-
PersistenceException
Instantiates a newPersistenceExceptionwith the provided message and throwable.- Parameters:
message- the messagethrowable- the throwable
-
PersistenceException
Instantiates a newPersistenceExceptionwith the provided throwable.- Parameters:
throwable- the throwable
-