Package com.helger.smpclient.exception
Class SMPClientBadResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.smpclient.exception.SMPClientException
com.helger.smpclient.exception.SMPClientBadResponseException
- All Implemented Interfaces:
Serializable
This exception is thrown if the evaluation of the SMP response failed
- Since:
- 6.2.0
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSMPClientBadResponseException(String sMessage) SMPClientBadResponseException(String sMessage, Throwable aCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SMPClientBadResponseException
-
SMPClientBadResponseException
-