public class PersistenceException extends RuntimeException
Constructor and Description |
---|
PersistenceException()
Constructs a new PersistenceException exception with null as its detail message.
|
PersistenceException(String message)
Constructs a new PersistenceException exception with the specified detail message.
|
PersistenceException(String message,
Throwable cause)
Constructs a new PersistenceException exception with the specified detail message and cause
|
PersistenceException(Throwable cause)
Constructs a new PersistenceException exception with the specified cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PersistenceException()
public PersistenceException(String message)
message
- the detail messagepublic PersistenceException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic PersistenceException(Throwable cause)
cause
- the cause