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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DUserException.java37 public abstract class UserException extends java.lang.Exception implements org.omg.CORBA.portable.IDLEntity { class in inherits:java.lang.Exception,org.omg.CORBA.portable.IDLEntity
40 * Constructs a <code>UserException</code> object.
43 protected UserException() { method in class:UserException
48 * Constructs a <code>UserException</code> object with a
54 protected UserException(String reason) { method in class:UserException

Completed in 1164 milliseconds