public class UnsupportedDataTypeException
extends java.io.IOException
DataHandler
,
Serialized FormConstructor 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.