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:

See Also:
UserException

Variable Index

 o completed
The completion status.
 o minor
The minor code (note that these values are not currently

Method Index

 o toString()

Variables

 o minor
 public int minor
The minor code (note that these values are not currently

 o completed
 public CompletionStatus completed
The completion status.

Methods

 o toString
 public String toString()
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index