GroupDocsRedactionException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception
public class GroupDocsRedactionException extends Exception
Represents base exception for all GroupDocs.Redaction exceptions.
Constructors
Constructor | Description |
---|---|
GroupDocsRedactionException(String message) | Initializes a new instance of GroupDocsRedactionException class. |
GroupDocsRedactionException(String message)
public GroupDocsRedactionException(String message)
Initializes a new instance of GroupDocsRedactionException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | Message, describing exception context |