Package energy.trolie.client.exception
Class StreamingGetHandlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
energy.trolie.client.exception.TrolieException
energy.trolie.client.exception.StreamingGetException
energy.trolie.client.exception.StreamingGetHandlingException
- All Implemented Interfaces:
Serializable
Exception indicating an issue with interpreting the response bytes
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStreamingGetHandlingException(String message) StreamingGetHandlingException(String message, 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
-
StreamingGetHandlingException
- Parameters:
message- messagecause- parent
-
StreamingGetHandlingException
- Parameters:
message- message
-
StreamingGetHandlingException
- Parameters:
cause- parent
-