UnsupportedDataTypeExceptionpublic class UnsupportedDataTypeException extends IOException Signals that the requested operation does not support the
requested data type. |
Constructors Summary |
---|
public UnsupportedDataTypeException()Constructs an UnsupportedDataTypeException with no detail
message.
super();
| public UnsupportedDataTypeException(String s)Constructs an UnsupportedDataTypeException with the specified
message.
super(s);
|
|