Package com.helger.smpclient.exception
Class SMPClientUnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.smpclient.exception.SMPClientException
com.helger.smpclient.exception.SMPClientUnauthorizedException
- All Implemented Interfaces:
Serializable
This exception is thrown, if the HTTP response was 403.
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSMPClientUnauthorizedException
(org.apache.hc.client5.http.HttpResponseException ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SMPClientUnauthorizedException
-