public class

UnsupportedDataTypeException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.google.code.javax.activation.UnsupportedDataTypeException

Class Overview

Signals that the requested operation does not support the requested data type.

See Also
  • javax.activation.DataHandler

Summary

[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
UnsupportedDataTypeException()
Constructs an UnsupportedDataTypeException with no detail message.
UnsupportedDataTypeException(String s)
Constructs an UnsupportedDataTypeException with the specified message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnsupportedDataTypeException ()

Constructs an UnsupportedDataTypeException with no detail message.

public UnsupportedDataTypeException (String s)

Constructs an UnsupportedDataTypeException with the specified message.

Parameters
s The detail message.