Class PreconditionFailedException

All Implemented Interfaces:
Serializable

@ResponseStatus(PRECONDITION_FAILED) public class PreconditionFailedException extends CrudCraftRuntimeException
412 Precondition Failed - e.g. conditional request headers not met.
See Also:
  • Constructor Details

    • PreconditionFailedException

      public PreconditionFailedException(String message)
      Constructs a PreconditionFailedException with a default message.