com.terracotta.management.dao
Class DataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.terracotta.management.dao.DataAccessException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DatastoreNotFoundException
public class DataAccessException
- extends Exception
A general exception for data access problems.
- Author:
- brandony
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataAccessException
public DataAccessException()
DataAccessException
public DataAccessException(String message)
DataAccessException
public DataAccessException(String message,
Throwable cause)
DataAccessException
public DataAccessException(Throwable cause)
Copyright © 2013 Terracotta, Inc.. All Rights Reserved.