Searched defs:DATA_CONVERSION (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDATA_CONVERSION.java31 * For example, DATA_CONVERSION can be raised if wide character codeset
46 public final class DATA_CONVERSION extends SystemException { class in inherits:SystemException
49 * Constructs a <code>DATA_CONVERSION</code> exception with a default minor code
52 public DATA_CONVERSION() { method in class:DATA_CONVERSION
57 * Constructs a <code>DATA_CONVERSION</code> exception with the specified detail.
60 public DATA_CONVERSION(String s) { method in class:DATA_CONVERSION
65 * Constructs a <code>DATA_CONVERSION</code> exception with the specified
70 public DATA_CONVERSION(int minor, CompletionStatus completed) { method in class:DATA_CONVERSION
75 * Constructs a <code>DATA_CONVERSION</code> exception with the specified detail
82 public DATA_CONVERSION(Strin method in class:DATA_CONVERSION
[all...]

Completed in 36 milliseconds