public final class RemoteCacheException extends CacheException
A RemoteCacheException may not always matter to an application, which may want to ignore it.
| 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 2001-2021, Terracotta, Inc.