public class UnsupportedDataTypeException
extends java.io.IOException
DataHandler,
Serialized Form| Constructor and Description |
|---|
UnsupportedDataTypeException()
Constructs an UnsupportedDataTypeException with no detail
message.
|
UnsupportedDataTypeException(java.lang.String s)
Constructs an UnsupportedDataTypeException with the specified
message.
|
public UnsupportedDataTypeException()
public UnsupportedDataTypeException(java.lang.String s)
s - The detail message.