Package com.avoka.component.docusign
Class DocuSignException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.avoka.component.docusign.DocuSignException
- All Implemented Interfaces:
Serializable
Provides a DocuSign service exception class.
- Since:
- 3.6.0
- See Also:
-
Constructor Summary
ConstructorDescriptionDocuSignException
(String message) Create a DocuSign service exception with the given message.DocuSignException
(String response, String context) Create a DocuSign service exception with the given response and context.DocuSignException
(String message, Throwable cause) Create a DocuSign service exception with the given message and cause.DocuSignException
(Throwable cause) Create a DocuSign service exception with the given cause.DocuSignException
(Throwable cause, String response, String context) Create a DocuSign service exception with the given cause, response and context. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DocuSignException
Create a DocuSign service exception with the given cause, response and context.- Parameters:
cause
- the cause of the errorresponse
- the service responsecontext
- the error context
-
DocuSignException
Create a DocuSign service exception with the given response and context.- Parameters:
response
- the service responsecontext
- the error context
-
DocuSignException
Create a DocuSign service exception with the given message and cause.- Parameters:
message
- the error messagecause
- the cause of the error
-
DocuSignException
Create a DocuSign service exception with the given message.- Parameters:
message
- the error message
-
DocuSignException
Create a DocuSign service exception with the given cause.- Parameters:
cause
- the cause of the error
-
-
Method Details