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