PasswordInvalidException(String, Throwable) constructor
Constructs a new PasswordInvalidException object.
Syntax
public
PasswordInvalidException
(
String
message
,
Throwable
cause
)
Parameters
-
message –
The error message, which will be displayed on the client.
-
cause –
The exception that triggered this exception.