Class PayloadTooLargeException

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

@ResponseStatus(PAYLOAD_TOO_LARGE) public class PayloadTooLargeException extends RuntimeException
Exception class corresponding to the HTTP status code 413.
See Also:
  • Constructor Details

    • PayloadTooLargeException

      public PayloadTooLargeException(String message)