public class InvalidDeltaException extends GemFireException
InvalidDeltaException
is thrown when a delta cannot be successfully applied by
the receiving peer/client. The class implementing Delta
may also choose to throw this in
Delta.fromDelta(DataInput in)
. GemFire, on encountering this exception distributes the
full application object.Constructor and Description |
---|
InvalidDeltaException()
Creates a new
InvalidDeltaException . |
InvalidDeltaException(String msg)
Creates a new
InvalidDeltaException . |
InvalidDeltaException(String msg,
Throwable e)
Creates a new
InvalidDeltaException . |
InvalidDeltaException(Throwable e)
Creates a new
InvalidDeltaException . |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidDeltaException()
InvalidDeltaException
.public InvalidDeltaException(String msg)
InvalidDeltaException
.msg
- String explaining the exceptionpublic InvalidDeltaException(Throwable e)
InvalidDeltaException
.e
- Throwable