ParameterException without detail message.
*/
public ParameterException() {
}
/**
* Constructs an ParameterException with the specified detail message.
* @param msg the detail message.
*/
public ParameterException(String msg) {
super(msg);
}
}