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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DSystemException.java41 * <code>SystemException</code> extends
43 * <code>SystemException</code> exceptions need to be
51 public abstract class SystemException extends java.lang.RuntimeException { class in inherits:java.lang.RuntimeException
66 * Constructs a <code>SystemException</code> exception with the specified detail
73 protected SystemException(String reason, int minor, CompletionStatus completed) { method in class:SystemException

Completed in 28 milliseconds