Class UnauthorizedException

All Implemented Interfaces:
Serializable

@ResponseStatus(UNAUTHORIZED) public class UnauthorizedException extends CrudCraftRuntimeException
401 Unauthorized - user must authenticate.
See Also:
  • Constructor Details

    • UnauthorizedException

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