Package org.apache.geode
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.GemFireIOException
org.apache.geode.SerializationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PdxSerializationException,ToDataException
An exception indicating that a serialization or deserialization failed.
- Since:
- GemFire 5.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializationException(String message) Create a new instance of SerializationException with a detail messageSerializationException(String message, Throwable cause) Create a new instance of SerializationException with a detail message and cause -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SerializationException
Create a new instance of SerializationException with a detail message- Parameters:
message- the detail message
-
SerializationException
Create a new instance of SerializationException with a detail message and cause- Parameters:
message- the detail messagecause- the cause
-