|
GemFire 6.6.4 | ||||||||
| 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,
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,
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. |
|
| 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,
String regionName)
DiskAccessException with a message string.
msg - a message stringregionName - The name of the Region for which the disk operation failed
public DiskAccessException(String msg,
DiskStore ds)
DiskAccessException with a message string.
msg - a message stringds - The disk store for which the disk operation failed
public 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 failed
public 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 Throwable
|
GemFire 6.6.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||