jBrokerTM ORB 4.1

org.omg.CORBA
Class SystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.omg.CORBA.SystemException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, BAD_CONTEXT, BAD_INV_ORDER, BAD_OPERATION, BAD_PARAM, BAD_TYPECODE, COMM_FAILURE, DATA_CONVERSION, FREE_MEM, IMP_LIMIT, IndirectionException, INITIALIZE, INTERNAL, INTF_REPOS, INV_FLAG, INV_IDENT, INV_OBJREF, INV_POLICY, INVALID_TRANSACTION, MARSHAL, NO_IMPLEMENT, NO_MEMORY, NO_PERMISSION, NO_RESOURCES, NO_RESPONSE, OBJ_ADAPTER, OBJECT_NOT_EXIST, PERSIST_STORE, TRANSACTION_REQUIRED, TRANSACTION_ROLLEDBACK, TRANSIENT, UNKNOWN, UnknownException

public abstract class SystemException
extends RuntimeException

The root class for all CORBA standard exceptions.

See Also:
Serialized Form

Field Summary
 CompletionStatus completed
          The CORBA status of the operation that threw this System Exception.
 int minor
          The minor code of the System Exception.
 
Method Summary
 String toString()
          Convert System Exception to String.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

minor

public int minor
The minor code of the System Exception.

completed

public CompletionStatus completed
The CORBA status of the operation that threw this System Exception.
Method Detail

toString

public String toString()
Convert System Exception to String.
Overrides:
toString in class Throwable

jBrokerTM ORB 4.1

jBroker is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.