Class StreamingGetHandlingException

All Implemented Interfaces:
Serializable

public class StreamingGetHandlingException extends StreamingGetException
Exception indicating an issue with interpreting the response bytes
See Also:
  • Constructor Details

    • StreamingGetHandlingException

      public StreamingGetHandlingException(String message, Throwable cause)
      Parameters:
      message - message
      cause - parent
    • StreamingGetHandlingException

      public StreamingGetHandlingException(String message)
      Parameters:
      message - message
    • StreamingGetHandlingException

      public StreamingGetHandlingException(Throwable cause)
      Parameters:
      cause - parent