com.gentics.api.lib.datasource
Class DatasourceNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gentics.api.lib.exception.NodeException
com.gentics.api.lib.datasource.DatasourceNotAvailableException
- All Implemented Interfaces:
- Serializable
public class DatasourceNotAvailableException
- extends NodeException
Exception that is thrown when the requested datasource is not available
- See Also:
- Serialized Form
DatasourceNotAvailableException
public DatasourceNotAvailableException()
- Create an instance of the exception
DatasourceNotAvailableException
public DatasourceNotAvailableException(String msg)
- Create an instance of the exception with a message
- Parameters:
msg
- message of the exception
DatasourceNotAvailableException
public DatasourceNotAvailableException(String message,
Throwable cause)
- Create an instance of the exception with a message and a cause
- Parameters:
message
- message of the exceptioncause
- cause of the exception
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.