|
GemFire 5.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.DiskAccessException
public class DiskAccessException
Indicates that an IOException during a disk region operation.
| Constructor Summary | |
|---|---|
DiskAccessException()
Constructs a new DiskAccessException. |
|
DiskAccessException(String msg,
Region r)
Constructs a new DiskAccessException with a message string. |
|
DiskAccessException(String msg,
Throwable cause,
Region r)
Constructs a new DiskAccessException with a message string
and a cause. |
|
DiskAccessException(Throwable cause)
Constructs a new DiskAccessException with a cause. |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.cache.CacheRuntimeException |
|---|
toString |
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 failed
public DiskAccessException(String msg,
Throwable cause,
Region r)
DiskAccessException with a message string
and a cause.
msg - the message stringcause - a causal Throwabler - The Region for which the disk operation failedpublic DiskAccessException(Throwable cause)
DiskAccessException with a cause.
cause - a causal Throwable
|
GemFire 5.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||