Package energy.trolie.client.exception
Class SubscriberInternalException
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.SubscriberInternalException
- All Implemented Interfaces:
Serializable
Wrapper for unexpected errors on data subscription. Wraps the underlying
unexpected error.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubscriberInternalException
- Parameters:
cause
- root cause
-