org.omg.CORBA
Class MARSHAL

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.omg.CORBA.SystemException
                          |
                          +--org.omg.CORBA.MARSHAL

public final synchronized class MARSHAL
extends SystemException

See Also:
Serialized Form

Fields inherited from class org.omg.CORBA.SystemException
completed, minor
 
Constructor Summary
MARSHAL()
           
MARSHAL(int, CompletionStatus)
           
MARSHAL(java.lang.String)
           
MARSHAL(java.lang.String, int, CompletionStatus)
           
 
Methods inherited from class org.omg.CORBA.SystemException
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
 

Constructor Detail

MARSHAL

public MARSHAL()

MARSHAL

public MARSHAL(int,
               CompletionStatus)

MARSHAL

public MARSHAL(java.lang.String)

MARSHAL

public MARSHAL(java.lang.String,
               int,
               CompletionStatus)