com.gigaspaces.datasource
Class DataSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gigaspaces.datasource.DataSourceException
All Implemented Interfaces:
Serializable

public class DataSourceException
extends Exception

DataSourceException thrown in case of an external data source failure

See Also:
Serialized Form

Constructor Summary
DataSourceException()
           
DataSourceException(String message)
           
DataSourceException(String message, Throwable cause)
           
DataSourceException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceException

public DataSourceException()

DataSourceException

public DataSourceException(String message,
                           Throwable cause)
Parameters:
message -
cause -

DataSourceException

public DataSourceException(String message)
Parameters:
message -

DataSourceException

public DataSourceException(Throwable cause)
Parameters:
cause -