Class UnauthorizedRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.heigit.ohsome.ohsomeapi.exception.UnauthorizedRequestException
All Implemented Interfaces:
Serializable

@ResponseStatus(UNAUTHORIZED) public class UnauthorizedRequestException extends RuntimeException
Exception class corresponding to the HTTP status code 401.
See Also:
  • Constructor Details

    • UnauthorizedRequestException

      public UnauthorizedRequestException(String message)