InvalidPasswordException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.ms.System.ApplicationException, com.aspose.pdf.exceptions.PdfException

public final class InvalidPasswordException extends PdfException

The exception that is thrown when invalid password is provided by user.

Constructors

ConstructorDescription
InvalidPasswordException(String message)Initializes a new instance of the InvalidPasswordException class.

InvalidPasswordException(String message)

public InvalidPasswordException(String message)

Initializes a new instance of the InvalidPasswordException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.