Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iosb.ilt.frostclient.exception.ServiceFailureException
de.fraunhofer.iosb.ilt.frostclient.exception.StatusCodeException
de.fraunhofer.iosb.ilt.frostclient.exception.NotFoundException
- All Implemented Interfaces:
Serializable
The exception that is thrown when the service returns a 404 not found.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.fraunhofer.iosb.ilt.frostclient.exception.StatusCodeException
getReturnedContent, getStatusCode, getStatusMessage, getUrl, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NotFoundException
-