IncorrectPasswordException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.groupdocs.conversion.exceptions.GroupDocsConversionException
public final class IncorrectPasswordException extends GroupDocsConversionException
GroupDocs exception thrown when the file is password protected, password is provided but is incorrect
Constructors
| Constructor | Description | 
|---|---|
| IncorrectPasswordException() | Default constructor | 
| IncorrectPasswordException(FileType fileType) | Creates an exception instance with a FileType | 
| IncorrectPasswordException(String message) | Creates an exception instance with a message | 
IncorrectPasswordException()
public IncorrectPasswordException()
Default constructor
IncorrectPasswordException(FileType fileType)
public IncorrectPasswordException(FileType fileType)
Creates an exception instance with a FileType
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| fileType | FileType | The file type | 
IncorrectPasswordException(String message)
public IncorrectPasswordException(String message)
Creates an exception instance with a message
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| message | java.lang.String | The message |