Class SerializationException

All Implemented Interfaces:
Serializable

Root exception for problems either serializing or de-serializing data.
Since:
Apr 23, 2008 8:58:22 AM
See Also:
  • Constructor Details

    • SerializationException

      Creates a new SerializationException.
    • SerializationException

      public SerializationException(String message)
      Constructs a new SerializationException.
      Parameters:
      message - the reason for the exception
    • SerializationException

      Constructs a new SerializationException.
      Parameters:
      cause - the underlying Throwable that caused this exception to be thrown.
    • SerializationException

      public SerializationException(String message, Throwable cause)
      Constructs a new SerializationException.
      Parameters:
      message - the reason for the exception
      cause - the underlying Throwable that caused this exception to be thrown.