ehcache

net.sf.ehcache.terracotta
Class TerracottaNotRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ehcache.CacheException
                  extended by net.sf.ehcache.terracotta.TerracottaNotRunningException
All Implemented Interfaces:
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
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

TerracottaNotRunningException

public TerracottaNotRunningException()
Default Constructor


TerracottaNotRunningException

public TerracottaNotRunningException(String message,
                                     Throwable cause)
Constructor accepting message and Throwable


TerracottaNotRunningException

public TerracottaNotRunningException(String message)
Constructor accepting message


TerracottaNotRunningException

public TerracottaNotRunningException(Throwable cause)
Constructor accepting Throwable


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.