Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.dirigible.database.persistence.PersistenceException
- All Implemented Interfaces:
Serializable
public class PersistenceException extends RuntimeException
The Persistence Exception.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PersistenceException()Instantiates a new persistence exception.PersistenceException(String message)Instantiates a new persistence exception.PersistenceException(String message, Throwable cause)Instantiates a new persistence exception.PersistenceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new persistence exception.PersistenceException(Throwable cause)Instantiates a new persistence exception. -
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 new persistence exception. -
PersistenceException
public PersistenceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new persistence exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
PersistenceException
Instantiates a new persistence exception.- Parameters:
message- the messagecause- the cause
-
PersistenceException
Instantiates a new persistence exception.- Parameters:
message- the message
-
PersistenceException
Instantiates a new persistence exception.- Parameters:
cause- the cause
-