com.rshtech.exception
Class DataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rshtech.exception.SystemException
com.rshtech.exception.DataStoreException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DataStoreConnectionException
public class DataStoreException
- extends SystemException
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: 3137 $
- Author:
- $Author: kostya $
- See Also:
- Serialized Form
| 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 |
DATA_DEFAULT_ERROR_CODE
public static final ErrorCode DATA_DEFAULT_ERROR_CODE
DataStoreException
public DataStoreException()
DataStoreException
public DataStoreException(ErrorCode code)
- Parameters:
code -
DataStoreException
public DataStoreException(ErrorCode code,
java.lang.String details)
- Parameters:
code - details -
DataStoreException
public DataStoreException(java.lang.String details)
- Parameters:
details -
DataStoreException
public DataStoreException(java.lang.Throwable rootCause)
- Parameters:
rootCause -
DataStoreException
public DataStoreException(ErrorCode code,
java.lang.Throwable rootCause)
- Parameters:
code - rootCause -
DataStoreException
public DataStoreException(java.lang.String details,
java.lang.Throwable rootCause)
- Parameters:
details - rootCause -
DataStoreException
public DataStoreException(ErrorCode code,
java.lang.String details,
java.lang.Throwable rootCause)
- Parameters:
code - details - rootCause -