Class SerializationException

All Implemented Interfaces:
Serializable

public class SerializationException extends DeltaXMLException

Indicates a problem with writing the comparison result.

Compare methods that produce a serialized result can throw this Exception if there is an error in writing that result.

See the underlying cause for more details.

See Also:
  • Constructor Details

    • SerializationException

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

      public SerializationException(String message, Throwable cause)
      Constructs a new SerializationException.
      Parameters:
      message - the exception message
      cause - the underlying cause of this Exception