public class CopyException extends GemFireException
CopyHelper.copy(T)
,
Serialized FormConstructor and Description |
---|
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. |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CopyException()
CopyException
.public CopyException(String msg)
CopyException
with a message string.msg
- a message stringpublic 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