Class ContentEqualityCheckException

All Implemented Interfaces:
Serializable

public class ContentEqualityCheckException extends DeltaXMLException

Indicates a problem while checking the content equality.

For more specific details, see the exception message or the underlying cause.

See Also:
  • Constructor Details

    • ContentEqualityCheckException

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

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