public final class RemoteCacheException extends CacheException
| Constructor and Description |
|---|
RemoteCacheException()
Constructor for the RemoteCacheException object.
|
RemoteCacheException(String message)
Constructor for the RemoteCacheException object.
|
RemoteCacheException(String message,
Throwable cause)
Constructor for the RemoteCacheException object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemoteCacheException()
public RemoteCacheException(String message)
message - the reason the exception was thrownCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.