public class DiskAccessException extends CacheRuntimeException
IOException
during a disk region operation.Constructor and Description |
---|
DiskAccessException()
Constructs a new
DiskAccessException . |
DiskAccessException(String msg)
Constructs a new
DiskAccessException with a message string. |
DiskAccessException(String msg,
DiskStore ds)
Constructs a new
DiskAccessException with a message string. |
DiskAccessException(String msg,
Region r)
Constructs a new
DiskAccessException with a message string. |
DiskAccessException(String msg,
String regionName)
Constructs a new
DiskAccessException with a message string. |
DiskAccessException(String msg,
Throwable cause)
Constructs a new
DiskAccessException with a message string and a cause. |
DiskAccessException(String msg,
Throwable cause,
DiskStore ds)
Constructs a new
DiskAccessException with a message string and a cause. |
DiskAccessException(String msg,
Throwable cause,
String regionName)
Constructs a new
DiskAccessException with a message string and a cause. |
DiskAccessException(Throwable cause)
Constructs a new
DiskAccessException with a cause. |
Modifier and Type | Method and Description |
---|---|
boolean |
isRemote()
Returns true if this exception originated from a remote node.
|
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DiskAccessException()
DiskAccessException
.public DiskAccessException(String msg, Region r)
DiskAccessException
with a message string.msg
- a message stringr
- The Region for which the disk operation failedpublic DiskAccessException(String msg, String regionName)
DiskAccessException
with a message string.msg
- a message stringregionName
- The name of the Region for which the disk operation failedpublic DiskAccessException(String msg, DiskStore ds)
DiskAccessException
with a message string.msg
- a message stringds
- The disk store for which the disk operation failedpublic DiskAccessException(String msg, Throwable cause, String regionName)
DiskAccessException
with a message string and a cause.msg
- the message stringcause
- a causal ThrowableregionName
- The name of the Region for which the disk operation failedpublic DiskAccessException(String msg, Throwable cause, DiskStore ds)
DiskAccessException
with a message string and a cause.msg
- the message stringcause
- a causal Throwableds
- The disk store for which the disk operation failedpublic DiskAccessException(Throwable cause)
DiskAccessException
with a cause.cause
- a causal Throwablepublic DiskAccessException(String msg, Throwable cause)
DiskAccessException
with a message string and a cause.msg
- the message stringcause
- a causal Throwablepublic DiskAccessException(String msg)
DiskAccessException
with a message string.msg
- the message string