public class DatasourceException extends NodeException
Constructor and Description |
---|
DatasourceException()
Create an instance of the exception
|
DatasourceException(java.lang.String message)
Create an instance of the exception with a message
|
DatasourceException(java.lang.String message,
java.lang.Throwable cause)
Create an instance of the exception with a message and a cause
|
DatasourceException(java.lang.Throwable cause)
Create an instance of the exception with a cause
|
getLocalizedMessage
public DatasourceException()
public DatasourceException(java.lang.String message)
message
- message of the exceptionpublic DatasourceException(java.lang.String message, java.lang.Throwable cause)
message
- message of the exceptioncause
- cause of the exceptionpublic DatasourceException(java.lang.Throwable cause)
cause
- cause of the exceptionCopyright © 2020 Gentics Software. All Rights Reserved.