Class ServiceFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iosb.ilt.frostclient.exception.ServiceFailureException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StatusCodeException
An error for failed operations of a SensorThings service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceFailureException(String message) ServiceFailureException(String message, Throwable cause) ServiceFailureException(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
-
ServiceFailureException
-
ServiceFailureException
-
ServiceFailureException
-