Package org.shoal.ha.cache.api
Class DataStoreAlreadyClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.shoal.ha.cache.api.DataStoreException
-
- org.shoal.ha.cache.api.DataStoreAlreadyClosedException
-
- All Implemented Interfaces:
Serializable
public class DataStoreAlreadyClosedException extends DataStoreException
- Author:
- Mahesh Kannan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataStoreAlreadyClosedException()DataStoreAlreadyClosedException(String message)DataStoreAlreadyClosedException(String message, Throwable cause)DataStoreAlreadyClosedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DataStoreAlreadyClosedException
public DataStoreAlreadyClosedException()
-
DataStoreAlreadyClosedException
public DataStoreAlreadyClosedException(String message)
-
DataStoreAlreadyClosedException
public DataStoreAlreadyClosedException(String message, Throwable cause)
-
DataStoreAlreadyClosedException
public DataStoreAlreadyClosedException(Throwable cause)
-
-