org.openorb.orb.rmi
Class CORBAIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.openorb.orb.rmi.CORBAIOException
All Implemented Interfaces:
java.io.Serializable

public class CORBAIOException
extends java.io.IOException

This class wraps a CORBA SystemException in a Java IOException.

Author:
Chris Wood
See Also:
Serialized Form

Constructor Summary
CORBAIOException(org.omg.CORBA.SystemException ex)
          Constructor.
 
Method Summary
 org.omg.CORBA.SystemException getTargetException()
          Return the CORBA SystemException wrapped by this IOException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CORBAIOException

public CORBAIOException(org.omg.CORBA.SystemException ex)
Constructor.

Parameters:
ex - The CORBA SystemException.
Method Detail

getTargetException

public org.omg.CORBA.SystemException getTargetException()
Return the CORBA SystemException wrapped by this IOException.

Returns:
The target CORBA SystemException.