public final class RemoteCacheException extends CacheException
Constructor and Description |
---|
RemoteCacheException()
Constructor for the RemoteCacheException object.
|
RemoteCacheException(java.lang.String message)
Constructor for the RemoteCacheException object.
|
RemoteCacheException(java.lang.String message,
java.lang.Throwable cause)
Constructor for the RemoteCacheException object.
|
public RemoteCacheException()
public RemoteCacheException(java.lang.String message)
message
- the reason the exception was thrownpublic RemoteCacheException(java.lang.String message, java.lang.Throwable cause)
message
- the exception detail messagecause
- the cause of the exception