| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | com.google.code.javax.activation.UnsupportedDataTypeException | |||
Signals that the requested operation does not support the requested data type.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.io.IOException
| |||||||||||
From class
java.lang.Exception
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an UnsupportedDataTypeException with no detail
message.
| |||||||||||
Constructs an UnsupportedDataTypeException with the specified
message.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs an UnsupportedDataTypeException with no detail message.
Constructs an UnsupportedDataTypeException with the specified message.
| s | The detail message. |
|---|