Package esendex.sdk.java
Class EsendexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
esendex.sdk.java.EsendexException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpException
,InvalidXmlException
,UnmappableException
An EsendexException is thrown to indicate a problem
during execution of a service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new esendex exception.EsendexException
(String message) Instantiates a new esendex exception.EsendexException
(String message, Throwable cause) Instantiates a new esendex exception.EsendexException
(Throwable cause) Instantiates a new esendex exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EsendexException
public EsendexException()Instantiates a new esendex exception. -
EsendexException
Instantiates a new esendex exception.- Parameters:
message
- the messagecause
- the cause
-
EsendexException
Instantiates a new esendex exception.- Parameters:
message
- the message
-
EsendexException
Instantiates a new esendex exception.- Parameters:
cause
- the cause
-