Class PreconditionFailedException

All Implemented Interfaces:
Serializable

public class PreconditionFailedException extends RestApiException
Resource state does not match request state (HTTP 412 Precondition failed).
See Also:
  • Constructor Details

    • PreconditionFailedException

      public PreconditionFailedException(String msg)
      Parameters:
      msg - message to return to the client describing the error.
    • PreconditionFailedException

      public PreconditionFailedException(String msg, Throwable cause)
      Parameters:
      msg - message to return to the client describing the error.
      cause - original cause of the failed precondition.