Class SerializationException

All Implemented Interfaces:
Serializable

public class SerializationException extends NestedRuntimeException
Generic exception indicating a serialization/deserialization error.
Author:
Costin Leau, Mark Paluch
See Also:
  • Constructor Details

    • SerializationException

      public SerializationException(String msg)
      Constructs a new SerializationException instance.
      Parameters:
      msg -
    • SerializationException

      public SerializationException(String msg, Throwable cause)
      Constructs a new SerializationException instance.
      Parameters:
      msg - the detail message.
      cause - the nested exception.