Home » Open-JDK-6.b17-src » javax » activation » [javadoc | source]
javax.activation
public class: UnsupportedDataTypeException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.io.IOException
            javax.activation.UnsupportedDataTypeException

All Implemented Interfaces:
    Serializable

Signals that the requested operation does not support the requested data type.
Fields inherited from java.io.IOException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public UnsupportedDataTypeException() 
 public UnsupportedDataTypeException(String s) 
    Constructs an UnsupportedDataTypeException with the specified message.
    Parameters:
    s - The detail message.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait