public class InvalidParameterException extends IllegalArgumentException
InvalidParameterException
indicates exceptional conditions, caused by
invalid parameters.Constructor and Description |
---|
InvalidParameterException()
Constructs a new instance of
InvalidParameterException . |
InvalidParameterException(String msg)
Constructs a new instance of
InvalidParameterException with the
given message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidParameterException(String msg)
InvalidParameterException
with the
given message.msg
- the detail message for this exception.public InvalidParameterException()
InvalidParameterException
.