org.omg.CORBA
Class SystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.omg.CORBA.SystemException
Direct Known Subclasses:
BAD_OPERATION, BAD_PARAM, DATA_CONVERSION, MARSHAL

public abstract synchronized class SystemException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 CompletionStatus completed
           
 int minor
           
 
Constructor Summary
protected SystemException(java.lang.String, int, CompletionStatus)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

minor

public int minor

completed

public CompletionStatus completed
Constructor Detail

SystemException

protected SystemException(java.lang.String,
                          int,
                          CompletionStatus)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable