Class OperationNotAllowedException

All Implemented Interfaces:
Serializable

@ResponseStatus(METHOD_NOT_ALLOWED) public class OperationNotAllowedException extends CrudCraftRuntimeException
405 Method Not Allowed - operation not supported.
See Also:
  • Constructor Details

    • OperationNotAllowedException

      public OperationNotAllowedException(String message)
      Constructs an OperationNotAllowedException with a default message.