Smartswitch
|
The exception is thrown when you specify an insecure argument. More...
defined in <InsecureArgumentException.ice>
exception InsecureArgumentException extends Smartswitch::ArgumentException { ... }
Data Members | |
string | details |
The details of the security issue. More... | |
Data Members inherited from Smartswitch::ArgumentException | |
string | argument |
The name of the argument which had wrong data. More... | |
Data Members inherited from Smartswitch::GenericException | |
string | description |
The error message which could be displayed to a user. More... | |
string | solution |
The possible way of working around the exception. More... | |
The exception is thrown when you specify an insecure argument.
For example, a weak password.
You should specify the more secure argument.
string details |
The details of the security issue.