Class SerializeException

All Implemented Interfaces:
Serializable

Serialization exception (unchecked).
See Also:
  • Constructor Details

    • SerializeException

      public SerializeException(String message)
      Creates a new serialisation exception.
      Parameters:
      message - The exception message. May be null.
    • SerializeException

      public SerializeException(String message, Throwable cause)
      Creates a new serialisation exception.
      Parameters:
      message - The exception message. May be null.
      cause - The exception cause, null if not specified.