Class BadRequestException

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

@ResponseStatus(BAD_REQUEST) public class BadRequestException extends RuntimeException
Exception class corresponding to the HTTP status code 400.
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(String message)