Package com.helger.smpclient.exception
Class SMPClientNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.smpclient.exception.SMPClientException
com.helger.smpclient.exception.SMPClientNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown, if the HTTP response was 404. See also
SMPClientParticipantNotFoundException.- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSMPClientNotFoundException(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
-
SMPClientNotFoundException
-