Class BadRequestException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BadRequestException
    extends ServiceException
    The BadRequestException is thrown by service when there is a problem with the request. Connected service exists but the service has problems with the parameters of request and client should change the request.
    See Also:
    Serialized Form
    • Constructor Detail

      • BadRequestException

        public BadRequestException​(java.lang.String message)
        Parameters:
        message - message
      • BadRequestException

        public BadRequestException​(java.lang.String message,
                                   java.lang.Throwable cause)
        Parameters:
        message - message
        cause - cause
      • BadRequestException

        public BadRequestException​(java.lang.Throwable cause)
        Parameters:
        cause - cause