com.terracotta.management.user.dao
Class DatastoreNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.terracotta.management.dao.DataAccessException
com.terracotta.management.user.dao.DatastoreNotFoundException
- All Implemented Interfaces:
- Serializable
public class DatastoreNotFoundException
- extends DataAccessException
An exception to indicate the the underlying data store could not be verified.
- Author:
- brandony
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatastoreNotFoundException
public DatastoreNotFoundException()
DatastoreNotFoundException
public DatastoreNotFoundException(String message)
DatastoreNotFoundException
public DatastoreNotFoundException(String message,
Throwable cause)
DatastoreNotFoundException
public DatastoreNotFoundException(Throwable cause)
Copyright © 2013 Terracotta, Inc.. All Rights Reserved.