Class StreamingGetException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StreamingGetConnectionException, StreamingGetHandlingException, StreamingGetResponseException, SubscriberInternalException

public abstract class StreamingGetException extends TrolieException
Common base for exceptions received in StreamingResponseReceiver.error(StreamingGetException)
See Also:
  • Constructor Details

    • StreamingGetException

      protected StreamingGetException(Throwable cause)
      Parameters:
      cause - parent
    • StreamingGetException

      protected StreamingGetException(String message, Throwable cause)
      Parameters:
      message - message
      cause - parent
    • StreamingGetException

      protected StreamingGetException(String message)
      Parameters:
      message - message