Class InvalidRequestException

All Implemented Interfaces:
Serializable

public class InvalidRequestException extends RuntimeException
Exception thrown by services when receiving an invalid request usually via the http api, case in which it transformed into HTTP Bad Request
See Also:
  • Constructor Details

    • InvalidRequestException

      public InvalidRequestException(String message)