public class UnknownDataSourceException extends RuntimeException
Constructor and Description |
---|
UnknownDataSourceException()
Constructor without arguments
|
UnknownDataSourceException(String msg)
Constructor with a message
|
UnknownDataSourceException(String msg,
Throwable cause)
Constructor with the message and the cause
|
UnknownDataSourceException(Throwable cause)
Constructor with the message and the cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownDataSourceException()
public UnknownDataSourceException(String msg)
msg
- The exception messagepublic UnknownDataSourceException(Throwable cause)
cause
- the cause of the exceptionpublic UnknownDataSourceException(String msg, Throwable cause)
msg
- the exception messagecause
- the cause of the exception