org.openorb.rmi
Class CORBAIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.openorb.rmi.CORBAIOException
All Implemented Interfaces:
java.io.Serializable

public class CORBAIOException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
CORBAIOException(org.omg.CORBA.SystemException ex)
           
 
Method Summary
 org.omg.CORBA.SystemException getTargetException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CORBAIOException

public CORBAIOException(org.omg.CORBA.SystemException ex)
Method Detail

getTargetException

public org.omg.CORBA.SystemException getTargetException()