|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException net.sf.ehcache.CacheException net.sf.ehcache.terracotta.TerracottaNotRunningException
public class TerracottaNotRunningException
Exception thrown when using Terracotta clustered operations and Terracotta is not running
Constructor Summary | |
---|---|
TerracottaNotRunningException()
Default Constructor |
|
TerracottaNotRunningException(String message)
Constructor accepting message |
|
TerracottaNotRunningException(String message,
Throwable cause)
Constructor accepting message and Throwable |
|
TerracottaNotRunningException(Throwable cause)
Constructor accepting Throwable |
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 |
---|
public TerracottaNotRunningException()
public TerracottaNotRunningException(String message, Throwable cause)
Throwable
public TerracottaNotRunningException(String message)
public TerracottaNotRunningException(Throwable cause)
Throwable
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |