Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends RestException
Thrown when you perform an illegal operation or the given data is invalid.
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(String message, RestException restException)