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, toString
public RemoteCacheException()
public RemoteCacheException(String message)
message
- the reason the exception was thrownCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.