PasswordRequiredException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, com.groupdocs.merger.exceptions.GroupDocsMergerException
public class PasswordRequiredException extends GroupDocsMergerException
The exception that is thrown when password is required to load the document.
Constructors
Constructor | Description |
---|---|
PasswordRequiredException(String guid) | Initializes a new instance of the PasswordRequiredException class. |
PasswordRequiredException(String guid)
public PasswordRequiredException(String guid)
Initializes a new instance of the PasswordRequiredException class.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | java.lang.String | The guid. |