com.gentics.api.lib.datasource
Class DatasourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.lib.exception.NodeException
              extended by com.gentics.api.lib.datasource.DatasourceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DatasourceModificationException

public class DatasourceException
extends NodeException

Exception that might be thrown by Datasources

See Also:
Serialized Form

Constructor Summary
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
 
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

DatasourceException

public DatasourceException()
Create an instance of the exception


DatasourceException

public DatasourceException(String message)
Create an instance of the exception with a message

Parameters:
message - message of the exception

DatasourceException

public DatasourceException(String message,
                           Throwable cause)
Create an instance of the exception with a message and a cause

Parameters:
message - message of the exception
cause - cause of the exception

DatasourceException

public DatasourceException(Throwable cause)
Create an instance of the exception with a cause

Parameters:
cause - cause of the exception


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.