Package com.helger.smpclient.exception
Class SMPClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.smpclient.exception.SMPClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SMPClientBadRequestException,SMPClientBadResponseException,SMPClientNotFoundException,SMPClientParticipantNotFoundException,SMPClientUnauthorizedException
Base class for all SMP client exceptions. It can also be used as a generic
exception for catching.
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSMPClientException(String sMsg) SMPClientException(String sMsg, Throwable aCause) SMPClientException(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
-
SMPClientException
-
SMPClientException
-
SMPClientException
-