Constructors Summary |
---|
public InvalidDataTypeException()Creates a new InvalidDataTypeException datatype.
|
public InvalidDataTypeException(Throwable ex)Creates a new InvalidDataTypeException datatype.
super(ex);
|
public InvalidDataTypeException(String msg)Creates a new InvalidDataTypeException datatype.
super(msg);
|
public InvalidDataTypeException(String msg, Throwable ex)Creates a new InvalidDataTypeException datatype.
super(msg, ex);
|