Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class javax.activation.UnsupportedDataTypeException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.io.IOException
                            |
                            +----javax.activation.UnsupportedDataTypeException

public class UnsupportedDataTypeException
extends java.io.IOException
Signals that requested operation does not support the requested data type.

See Also:
DataHandler

Constructor Summary
 UnsupportedDataTypeException()
Constructs an UnsupportedDataTypeException with no detail message.
 UnsupportedDataTypeException(java.lang.String s)
Constructs an UnsupportedDataTypeException with the specified message.
 

Methods inherited from class java.lang.Throwable
 fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsupportedDataTypeException

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

UnsupportedDataTypeException

public UnsupportedDataTypeException(java.lang.String s)
Constructs an UnsupportedDataTypeException with the specified message.
Parameters:
s - The detail message.

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS