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

public class SMPClientException extends Exception
Base class for all SMP client exceptions. It can also be used as a generic exception for catching.
Author:
Philip Helger
See Also: