Class InvalidRequestException

  • All Implemented Interfaces:
    Serializable

    public class InvalidRequestException
    extends ApiException
    Thrown when a request breaks basic wire protocol rules. This most likely occurs because of a request being malformed by the client library or the message was sent to an incompatible broker.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidRequestException

        public InvalidRequestException​(String message)
      • InvalidRequestException

        public InvalidRequestException​(String message,
                                       Throwable cause)