|
GemFire 6.5.1 | ||||||||
| 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.ResourceException
public abstract class ResourceException
A Generic exception to indicate that a resource exception has occurred. This class is abstract so that only subclasses can be instantiated.
| Constructor Summary | |
|---|---|
ResourceException()
Creates a new instance of ResourceException without detail message. |
|
ResourceException(String msg)
Constructs an instance of ResourceException with the specified detail message. |
|
ResourceException(String msg,
Throwable cause)
Constructs an instance of ResourceException with the specified detail message
and cause. |
|
ResourceException(Throwable cause)
Constructs an instance of ResourceException with the specified 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 ResourceException()
ResourceException without detail message.
public ResourceException(String msg)
ResourceException with the specified detail message.
msg - the detail message
public ResourceException(String msg,
Throwable cause)
ResourceException with the specified detail message
and cause.
msg - the detail messagecause - the causal Throwablepublic ResourceException(Throwable cause)
ResourceException with the specified cause.
cause - the causal Throwable
|
GemFire 6.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||