net.sf.ehcache.distribution

Class RemoteCacheException

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 97 2006-05-28 10:10:25Z gregluck $

Author: Greg Luck

Constructor Summary
RemoteCacheException()
Constructor for the RemoteCacheException object.
RemoteCacheException(String message)
Constructor for the RemoteCacheException object.
RemoteCacheException(String message, Throwable initialCause)
Constructor for the RemoteCacheException object.

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 initialCause)
Constructor for the RemoteCacheException object.

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