public class PersistenceException extends Exception
Constructor and Description |
---|
PersistenceException()
Instantiates a new
PersistenceException . |
PersistenceException(String message)
Instantiates a new
PersistenceException with the provided message. |
PersistenceException(String message,
Throwable throwable)
Instantiates a new
PersistenceException with the provided message and throwable. |
PersistenceException(Throwable throwable)
Instantiates a new
PersistenceException with the provided throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PersistenceException()
PersistenceException
.public PersistenceException(String message)
PersistenceException
with the provided message.message
- the messagepublic PersistenceException(String message, Throwable throwable)
PersistenceException
with the provided message and throwable.message
- the messagethrowable
- the throwablepublic PersistenceException(Throwable throwable)
PersistenceException
with the provided throwable.throwable
- the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.