IncorrectPasswordException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class IncorrectPasswordException extends System.Exception

The incorrect password exception.

Constructors

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

IncorrectPasswordException(String message)

public IncorrectPasswordException(String message)

Initializes a new instance of the IncorrectPasswordException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message that describes the error.