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 52 2006-04-24 14:50:03Z gregluck $

Author: Greg Luck

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