public class InvalidParameterException
extends java.lang.IllegalArgumentException
| Constructor and Description |
|---|
InvalidParameterException()
Constructs an InvalidParameterException with no detail message.
|
InvalidParameterException(java.lang.String msg)
Constructs an InvalidParameterException with the specified detail message.
|
public InvalidParameterException()
public InvalidParameterException(java.lang.String msg)
msg - the detail message.