ehcache

net.sf.ehcache.distribution
Class RemoteCacheException

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.distribution.RemoteCacheException
All Implemented Interfaces:
Serializable

public final class RemoteCacheException
extends CacheException

A Cache Exception in the distribution mechanism.

A RemoteCacheException may not always matter to an application, which may want to ignore it.

Version:
$Id: RemoteCacheException.java 5594 2012-05-07 16:04:31Z cdennis $
Author:
Greg Luck
See Also:
Serialized Form

Constructor Summary
RemoteCacheException()
          Constructor for the RemoteCacheException object.
RemoteCacheException(String message)
          Constructor for the RemoteCacheException object.
RemoteCacheException(String message, Throwable cause)
          Constructor for the RemoteCacheException object.
 
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

RemoteCacheException

public RemoteCacheException()
Constructor for the RemoteCacheException object.


RemoteCacheException

public RemoteCacheException(String message)
Constructor for the RemoteCacheException object.

Parameters:
message - the reason the exception was thrown

RemoteCacheException

public RemoteCacheException(String message,
                            Throwable cause)
Constructor for the RemoteCacheException object.

Parameters:
message - the exception detail message
cause - the cause of the exception

ehcache

Copyright 2001-2014, Terracotta, Inc.