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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DMARSHAL.java34 * this exception. <tt>MARSHAL</tt> can also be caused by using
48 public final class MARSHAL extends SystemException { class in inherits:SystemException
50 * Constructs a <code>MARSHAL</code> exception with a default minor code
54 public MARSHAL() { method in class:MARSHAL
59 * Constructs a <code>MARSHAL</code> exception with the specified description message,
63 public MARSHAL(String s) { method in class:MARSHAL
68 * Constructs a <code>MARSHAL</code> exception with the specified
73 public MARSHAL(int minor, CompletionStatus completed) { method in class:MARSHAL
78 * Constructs a <code>MARSHAL</code> exception with the specified description
84 public MARSHAL(Strin method in class:MARSHAL
[all...]

Completed in 34 milliseconds