javax.activation

Class UnsupportedDataTypeException

public class UnsupportedDataTypeException extends IOException

Exception indicating that the requested method doesn't support the specified data type.
Constructor Summary
UnsupportedDataTypeException()
Constructs an UnsupportedDataTypeException with no detail message.
UnsupportedDataTypeException(String message)
Constructs an UnsupportedDataTypeException with the specified detail message.

Constructor Detail

UnsupportedDataTypeException

public UnsupportedDataTypeException()
Constructs an UnsupportedDataTypeException with no detail message.

UnsupportedDataTypeException

public UnsupportedDataTypeException(String message)
Constructs an UnsupportedDataTypeException with the specified detail message.

Parameters: message the message