org.omg.CORBA
Class DATA_CONVERSION

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

public final synchronized class DATA_CONVERSION
extends SystemException

See Also:
Serialized Form

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

DATA_CONVERSION

public DATA_CONVERSION()

DATA_CONVERSION

public DATA_CONVERSION(int,
                       CompletionStatus)

DATA_CONVERSION

public DATA_CONVERSION(java.lang.String)

DATA_CONVERSION

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