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 voidStreamingResponseReceiver.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 TypeClassDescriptionclassException indicating connection or request initialization error, or an I/O error while reading response bytesclassException indicating an issue with interpreting the response bytesclassException indicating a server response with an abnormal HTTP status codeclassWrapper for unexpected errors on data subscription.