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
Undantaget för felaktigt lösenord.
Konstruktörer
| Konstruktor | Beskrivning |
|---|---|
| IncorrectPasswordException(String message) | Initierar en ny instans av klassen IncorrectPasswordException. |
IncorrectPasswordException(String message)
public IncorrectPasswordException(String message)
Initierar en ny instans av klassen IncorrectPasswordException.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| meddelande | java.lang.String | Meddelandet som beskriver felet. |