KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > activation > UnsupportedDataTypeException

javax.activation
Class UnsupportedDataTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjavax.activation.UnsupportedDataTypeException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, DataHandler

public UnsupportedDataTypeException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UnsupportedDataTypeException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags