Package energy.trolie.client.exception
Class TrolieException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
energy.trolie.client.exception.TrolieException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StreamingGetException
,TrolieServerException
Common base for any exceptions thrown by
TrolieClient
to API
users.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTrolieException
(String message) TrolieException
(String message, Throwable cause) TrolieException
(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
-
TrolieException
- Parameters:
message
- messagecause
- parent
-
TrolieException
- Parameters:
message
- message
-
TrolieException
- Parameters:
cause
- parent
-