Package de.fraunhofer.iosb.ilt.sta
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.fraunhofer.iosb.ilt.sta.ServiceFailureException
-
- de.fraunhofer.iosb.ilt.sta.StatusCodeException
-
- de.fraunhofer.iosb.ilt.sta.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends StatusCodeException
The exception that is thrown when the service returns a 404 not found.- Author:
- scf
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(String url, String statusMessage, String returnedContent)
-
Method Summary
-
Methods inherited from class de.fraunhofer.iosb.ilt.sta.StatusCodeException
getReturnedContent, getStatusCode, getStatusMessage, getUrl, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-