public class DatabaseManagerException extends RuntimeException
Constructor and Description |
---|
DatabaseManagerException()
Create a new instance of DatabaseManagerException.
|
DatabaseManagerException(String message)
Create a new instance of DatabaseManagerException.
|
DatabaseManagerException(String message,
Throwable cause)
Create a new instance of DatabaseManagerException.
|
DatabaseManagerException(Throwable cause)
Create a new instance of DatabaseManagerException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DatabaseManagerException()
public DatabaseManagerException(String message, Throwable cause)
message
- the message to be displaycause
- the throwable that cause this exceptionpublic DatabaseManagerException(String message)
message
- the message to be displaypublic DatabaseManagerException(Throwable cause)
cause
- the throwable that cause this exception