|
GemFire 6.6.3 | ||||||||
| 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.CopyException
public class CopyException
Indicates a failure to copy an object.
CopyHelper.copy(T),
Serialized Form| Constructor Summary | |
|---|---|
CopyException()
Constructs a new CopyException. |
|
CopyException(String msg)
Constructs a new CopyException with a message string. |
|
CopyException(String msg,
Throwable cause)
Constructs a new CopyException with a message string
and a cause. |
|
CopyException(Throwable cause)
Constructs a new CopyException with a cause. |
|
| Method Summary |
|---|
| 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, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CopyException()
CopyException.
public CopyException(String msg)
CopyException with a message string.
msg - a message string
public CopyException(String msg,
Throwable cause)
CopyException with a message string
and a cause.
msg - the message stringcause - a causal Throwablepublic CopyException(Throwable cause)
CopyException with a cause.
cause - a causal Throwable
|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||