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
L’exception de mot de passe incorrect.
Constructeurs
| Constructeur | Description |
|---|---|
| IncorrectPasswordException(String message) | Initialise une nouvelle instance de la classe IncorrectPasswordException. |
IncorrectPasswordException(String message)
public IncorrectPasswordException(String message)
Initialise une nouvelle instance de la classe IncorrectPasswordException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| message | java.lang.String | Le message qui décrit l’erreur. |