SerializationException
A generic exception indicating the problem in serialization or deserialization process. This is a generic exception type that can be thrown during the problem at any stage of the serialization, including encoding, decoding, serialization, deserialization. SerialFormat implementors should throw subclasses of this exception at any unexpected event, whether it is a malformed input or unsupported class layout.
Constructors
SerializationException
Link copied to clipboard
Creates an instance of SerializationException without any details.
SerializationException
Link copied to clipboard
Creates an instance of SerializationException with the specified detail message.
SerializationException
Link copied to clipboard
Creates an instance of SerializationException with the specified detail message, and the given cause.
SerializationException
Link copied to clipboard
Creates an instance of SerializationException with the specified cause.