VMware GemFire Java API Reference
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
public class DeltaSerializationException extends RuntimeException
This exception wraps any checked exception encountered during invocation ofDelta.fromDelta(java.io.DataInput)orDelta.toDelta(java.io.DataOutput)in GemFire.- Since:
- GemFire 6.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeltaSerializationException()Default constructorDeltaSerializationException(String message)DeltaSerializationException(String message, Throwable cause)DeltaSerializationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-