public class DatasourceException extends NodeException
Constructor and Description |
---|
DatasourceException()
Create an instance of the exception
|
DatasourceException(String message)
Create an instance of the exception with a message
|
DatasourceException(String message,
Throwable cause)
Create an instance of the exception with a message and a cause
|
DatasourceException(Throwable cause)
Create an instance of the exception with a cause
|
getLocalizedMessage
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DatasourceException()
public DatasourceException(String message)
message
- message of the exceptionpublic DatasourceException(String message, Throwable cause)
message
- message of the exceptioncause
- cause of the exceptionpublic DatasourceException(Throwable cause)
cause
- cause of the exceptionCopyright © 2017 Gentics Software. All Rights Reserved.