Save This Page
Home » glassfish-v2ur2-b04-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.
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:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait