Class InvalidRequestException

All Implemented Interfaces:
Serializable

public class InvalidRequestException extends RuntimeException
This exception is thrown when an API client attempts to send a request which is not valid by the request schema
See Also:
  • Constructor Details

    • InvalidRequestException

      public InvalidRequestException()
    • InvalidRequestException

      public InvalidRequestException(String description)
    • InvalidRequestException

      public InvalidRequestException(Throwable throwable)
    • InvalidRequestException

      public InvalidRequestException(String message, Throwable throwable)
  • Method Details

    • description

      public String description()