public class InvalidParameterException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
InvalidParameterException(java.lang.String text)
Creates a new exception with a given text.
|
InvalidParameterException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with a given message and
a given parent exception cause.
|
InvalidParameterException(java.lang.Throwable e)
Creates a new exception with a given parent exception.
|
public InvalidParameterException(java.lang.String text)
text - text to go with the new exception.public InvalidParameterException(java.lang.Throwable e)
e - the parent exception.public InvalidParameterException(java.lang.String message,
java.lang.Throwable cause)
message - the message.cause - the cause.