ehcache

net.sf.ehcache.distribution
Class RemoteCacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.ehcache.CacheException
                  extended bynet.sf.ehcache.distribution.RemoteCacheException
All Implemented Interfaces:
java.io.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 52 2006-04-24 14:50:03Z gregluck $
Author:
Greg Luck
See Also:
Serialized Form

Constructor Summary
RemoteCacheException()
          Constructor for the RemoteCacheException object.
RemoteCacheException(java.lang.String message)
          Constructor for the RemoteCacheException object.
 
Methods inherited from class net.sf.ehcache.CacheException
getInitialCause
 
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(java.lang.String message)
Constructor for the RemoteCacheException object.

Parameters:
message - the reason the exception was thrown

ehcache

true