All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----org.omg.CORBA.UserException
try { proxy.operation(); } catch(org.omg.CORBA.SystemException se) { System.out.println("The runtime failed: " + se); } catch(org.omg.CORBA.UserException ue) { System.out.println("The implementation failed: " + ue); }
public UserException()
All Packages Class Hierarchy This Package Previous Next Index