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