|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gentics.api.lib.exception.NodeException
com.gentics.api.lib.datasource.DatasourceNotAvailableException
public class DatasourceNotAvailableException
Exception that is thrown when the requested datasource is not available
Constructor Summary | |
---|---|
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 |
Method Summary |
---|
Methods inherited from class com.gentics.api.lib.exception.NodeException |
---|
getLocalizedMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |