InvalidParameterExceptionpublic class InvalidParameterException extends IllegalArgumentException {@code InvalidParameterException} indicates exceptional conditions, caused by
invalid parameters. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public InvalidParameterException(String msg)Constructs a new instance of {@code InvalidParameterException} with the
given message.
super(msg);
| public InvalidParameterException()Constructs a new instance of {@code InvalidParameterException}.
|
|