All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.SystemException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----org.omg.CORBA.SystemException
- public abstract class SystemException
- extends RuntimeException
An abstract base class for all exceptions raised by the org.omg.CORBA runtime.
System exceptions have the following state:
- The reason string contains a description of the failure,
if one is available. This field will be null in many cases.
- The exception value may contain the actual java
exception; for example, if a java.io.IOException is
raised, it will be put in the exception field of a COMM_FAILURE.
- The minor code is not used at present; when OMG
specifies these values we will use this field.
- The completed value indicates whether the
requested operation completed or not; note that this value may not
always be reliable.
- See Also:
- UserException
-
completed
- The completion status.
-
minor
- The minor code (note that these values are not currently
-
toString()
-
minor
public int minor
- The minor code (note that these values are not currently
completed
public CompletionStatus completed
- The completion status.
toString
public String toString()
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index