Package energy.trolie.client.exception
Class StreamingGetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
energy.trolie.client.exception.TrolieException
energy.trolie.client.exception.StreamingGetException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StreamingGetConnectionException
,StreamingGetHandlingException
,StreamingGetResponseException
,SubscriberInternalException
Common base for exceptions received in
StreamingResponseReceiver.error(StreamingGetException)
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
StreamingGetException
(String message) protected
StreamingGetException
(String message, Throwable cause) protected
StreamingGetException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamingGetException
- Parameters:
cause
- parent
-
StreamingGetException
- Parameters:
message
- messagecause
- parent
-
StreamingGetException
- Parameters:
message
- message
-