public final class IncorrectPasswordException extends GroupDocsConversionException
GroupDocs exception thrown when the file is password protected, password is provided but is incorrect
Constructor and Description |
---|
IncorrectPasswordException()
Default constructor
|
IncorrectPasswordException(FileType fileType)
Creates an exception instance with a FileType
|
IncorrectPasswordException(String message)
Creates an exception instance with a message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IncorrectPasswordException()
public IncorrectPasswordException(FileType fileType)
Creates an exception instance with a FileType
fileType
- The file typepublic IncorrectPasswordException(String message)
Creates an exception instance with a message
message
- The message