Class NotAllowedException

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

@ResponseStatus(METHOD_NOT_ALLOWED) public class NotAllowedException extends RuntimeException
Exception class corresponding to the HTTP status code 405.
See Also:
  • Constructor Details

    • NotAllowedException

      public NotAllowedException(String message)