Uses of Class
energy.trolie.client.exception.StreamingGetException
Packages that use StreamingGetException
Package
Description
Entry point to the TROLIE client APIs.
Exceptions thrown by the TROLIE SDK
-
Uses of StreamingGetException in energy.trolie.client
Methods in energy.trolie.client with parameters of type StreamingGetExceptionModifier and TypeMethodDescriptiondefault void
StreamingResponseReceiver.error
(StreamingGetException t) Called when an error occurs establishing, executing or handling the polling request. -
Uses of StreamingGetException in energy.trolie.client.exception
Subclasses of StreamingGetException in energy.trolie.client.exceptionModifier and TypeClassDescriptionclass
Exception indicating connection or request initialization error, or an I/O error while reading response bytesclass
Exception indicating an issue with interpreting the response bytesclass
Exception indicating a server response with an abnormal HTTP status codeclass
Wrapper for unexpected errors on data subscription.