com.groupdocs.signature.exception

Class GroupDocsSignatureException

    • Constructor Detail

      • GroupDocsSignatureException

        public GroupDocsSignatureException()

        Initializes a new instance of the GroupDocsSignatureException class.

      • GroupDocsSignatureException

        public GroupDocsSignatureException(RuntimeException ex,
                                           String message)

        Initializes a new instance of the GroupDocsSignatureException class with a specified error message and original exception.

        Parameters:
        ex - The original exception.
        message - The message that describes the error.
      • GroupDocsSignatureException

        public GroupDocsSignatureException(String message)

        Initializes a new instance of the GroupDocsSignatureException class with a specified error message.

        Parameters:
        message - The message that describes the error.