com.redstarhackers.exception
Class DataStoreConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.redstarhackers.exception.SystemException
                  extended bycom.redstarhackers.exception.DataStoreException
                      extended bycom.redstarhackers.exception.DataStoreConnectionException
All Implemented Interfaces:
java.io.Serializable

public class DataStoreConnectionException
extends DataStoreException

Exception thrown when the an error or exception is encountered while performing operations on a datastore (which could in turn be a database, flatfile, etc).

Version:
$Revision: 1.1 $
Author:
$Author: kostya $
See Also:
Serialized Form

Field Summary
static ErrorCode CONNECT_DEFAULT_ERROR_CODE
           
 
Fields inherited from class com.redstarhackers.exception.DataStoreException
DATA_DEFAULT_ERROR_CODE
 
Fields inherited from class com.redstarhackers.exception.SystemException
SYS_DEFAULT_ERROR_CODE
 
Constructor Summary
DataStoreConnectionException()
           
DataStoreConnectionException(ErrorCode code)
           
DataStoreConnectionException(ErrorCode code, java.lang.String details)
           
DataStoreConnectionException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
DataStoreConnectionException(ErrorCode code, java.lang.Throwable rootCause)
           
DataStoreConnectionException(java.lang.String details)
           
DataStoreConnectionException(java.lang.String details, java.lang.Throwable rootCause)
           
DataStoreConnectionException(java.lang.Throwable rootCause)
           
 
Methods inherited from class com.redstarhackers.exception.SystemException
getDetails, getErrorCode, getErrorMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONNECT_DEFAULT_ERROR_CODE

public static final ErrorCode CONNECT_DEFAULT_ERROR_CODE
Constructor Detail

DataStoreConnectionException

public DataStoreConnectionException()

DataStoreConnectionException

public DataStoreConnectionException(ErrorCode code)
Parameters:
code -

DataStoreConnectionException

public DataStoreConnectionException(ErrorCode code,
                                    java.lang.String details)
Parameters:
code -
details -

DataStoreConnectionException

public DataStoreConnectionException(java.lang.String details)
Parameters:
details -

DataStoreConnectionException

public DataStoreConnectionException(java.lang.Throwable rootCause)
Parameters:
rootCause -

DataStoreConnectionException

public DataStoreConnectionException(ErrorCode code,
                                    java.lang.Throwable rootCause)
Parameters:
code -
rootCause -

DataStoreConnectionException

public DataStoreConnectionException(java.lang.String details,
                                    java.lang.Throwable rootCause)
Parameters:
details -
rootCause -

DataStoreConnectionException

public DataStoreConnectionException(ErrorCode code,
                                    java.lang.String details,
                                    java.lang.Throwable rootCause)
Parameters:
code -
details -
rootCause -