Class DeltaApplyException

All Implemented Interfaces:
Serializable

public class DeltaApplyException extends RuntimeException
Thrown when a previously computed delta cannot be replayed onto an input document.
See Also:
  • Constructor Details

    • DeltaApplyException

      public DeltaApplyException(String message)
      Creates an exception with a message describing the replay failure.
      Parameters:
      message - failure description
    • DeltaApplyException

      public DeltaApplyException(String message, Throwable cause)
      Creates an exception with a message and the underlying cause.
      Parameters:
      message - failure description
      cause - root cause