Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends ServiceException
Thrown when the data in the incoming request is incomplete or otherwise invalid.
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException()
    • BadRequestException

      public BadRequestException(String message)
    • BadRequestException

      public BadRequestException(Throwable throwable)
    • BadRequestException

      public BadRequestException(String message, Throwable throwable)
    • BadRequestException

      public BadRequestException(String message, ValidationResult validationResult)