Package org.apache.geode
Class DeltaSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.DeltaSerializationException
- All Implemented Interfaces:
Serializable
This exception wraps any checked exception encountered during invocation of
Delta.fromDelta(java.io.DataInput) or Delta.toDelta(java.io.DataOutput) in
GemFire.- Since:
- GemFire 6.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorDeltaSerializationException(String message) DeltaSerializationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeltaSerializationException
public DeltaSerializationException()Default constructor -
DeltaSerializationException
-
DeltaSerializationException
-
DeltaSerializationException
-