Class DocuSignException

    • Constructor Detail

      • DocuSignException

        public DocuSignException​(Throwable cause,
                                 String response,
                                 String context)
        Create a DocuSign service exception with the given cause, response and context.
        Parameters:
        cause - the cause of the error
        response - the service response
        context - the error context
      • DocuSignException

        public DocuSignException​(String response,
                                 String context)
        Create a DocuSign service exception with the given response and context.
        Parameters:
        response - the service response
        context - the error context
      • DocuSignException

        public DocuSignException​(String message,
                                 Throwable cause)
        Create a DocuSign service exception with the given message and cause.
        Parameters:
        message - the error message
        cause - the cause of the error
      • DocuSignException

        public DocuSignException​(String message)
        Create a DocuSign service exception with the given message.
        Parameters:
        message - the error message
      • DocuSignException

        public DocuSignException​(Throwable cause)
        Create a DocuSign service exception with the given cause.
        Parameters:
        cause - the cause of the error
    • Method Detail

      • toString

        public String toString()
        Return the string representation of the object.
        Overrides:
        toString in class Throwable
        Returns:
        the string representation of the object