com.terracotta.management.user.dao
Class DatastoreNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.terracotta.management.dao.DataAccessException
              extended by 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

Constructor Summary
DatastoreNotFoundException()
           
DatastoreNotFoundException(String message)
           
DatastoreNotFoundException(String message, Throwable cause)
           
DatastoreNotFoundException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.