Class NotAuthorizedException
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.NotAuthorizedException
- All Implemented Interfaces:
Serializable
The exception that is thrown when the service returns a 401 Unauthorized.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotAuthorizedException(String url, String statusMessage, String returnedContent) -
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
-
NotAuthorizedException
-