Class StreamingGetResponseException

All Implemented Interfaces:
Serializable

public class StreamingGetResponseException extends StreamingGetException
Exception indicating a server response with an abnormal HTTP status code
See Also:
  • Constructor Details

    • StreamingGetResponseException

      public StreamingGetResponseException(Throwable cause)
      Creates with an invalid HTTP code
      Parameters:
      cause - parent
    • StreamingGetResponseException

      public StreamingGetResponseException(String message, int code)
      Parameters:
      message - any captured message
      code - received HTTP response code