Searched refs:UnsupportedDataTypeException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DUnsupportedDataTypeException.java39 public class UnsupportedDataTypeException extends IOException { class in inherits:IOException
41 * Constructs an UnsupportedDataTypeException with no detail
44 public UnsupportedDataTypeException() { method in class:UnsupportedDataTypeException
49 * Constructs an UnsupportedDataTypeException with the specified
54 public UnsupportedDataTypeException(String s) { method in class:UnsupportedDataTypeException
H A DDataHandler.java220 * type, it throws an UnsupportedDataTypeException. If it is
232 * @see javax.activation.UnsupportedDataTypeException
243 throw new UnsupportedDataTypeException(
248 throw new UnsupportedDataTypeException(
803 throw new UnsupportedDataTypeException(
891 } else throw new UnsupportedDataTypeException(

Completed in 331 milliseconds