Package net.sf.ehcache.terracotta
Class TerracottaNotRunningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.ehcache.CacheException
-
- net.sf.ehcache.terracotta.TerracottaNotRunningException
-
- All Implemented Interfaces:
java.io.Serializable
public class TerracottaNotRunningException extends CacheException
Exception thrown when using Terracotta clustered operations and Terracotta is not running- Author:
- Abhishek Sanoujam
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TerracottaNotRunningException()Default ConstructorTerracottaNotRunningException(java.lang.String message)Constructor accepting messageTerracottaNotRunningException(java.lang.String message, java.lang.Throwable cause)Constructor accepting message andThrowableTerracottaNotRunningException(java.lang.Throwable cause)Constructor acceptingThrowable
-
-
-
Constructor Detail
-
TerracottaNotRunningException
public TerracottaNotRunningException()
Default Constructor
-
TerracottaNotRunningException
public TerracottaNotRunningException(java.lang.String message, java.lang.Throwable cause)Constructor accepting message andThrowable
-
TerracottaNotRunningException
public TerracottaNotRunningException(java.lang.String message)
Constructor accepting message
-
TerracottaNotRunningException
public TerracottaNotRunningException(java.lang.Throwable cause)
Constructor acceptingThrowable
-
-