Class SerializationException

All Implemented Interfaces:
Serializable

@Deprecated public final class SerializationException extends SerializationException
Deprecated.
Exception indicating an error during serialization or deserialization.
See Also:
  • Constructor Details

    • SerializationException

      public SerializationException(String message)
      Deprecated.
      New instance.
      Parameters:
      message - for the exception.
    • SerializationException

      public SerializationException(String message, Throwable cause)
      Deprecated.
      New instance.
      Parameters:
      message - for the exception.
      cause - for this exception.
    • SerializationException

      public SerializationException(Throwable cause)
      Deprecated.
      New instance.
      Parameters:
      cause - for this exception.
    • SerializationException

      public SerializationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Deprecated.
      New instance.
      Parameters:
      message - for the exception.
      cause - for this exception.
      enableSuppression - whether or not suppression is enabled or disabled.
      writableStackTrace - whether or not the stack trace should be writable.