|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.openorb.orb.rmi.CORBAIOException
public class CORBAIOException
This class wraps a CORBA SystemException in a Java IOException.
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 |
---|
public CORBAIOException(org.omg.CORBA.SystemException ex)
ex
- The CORBA SystemException.Method Detail |
---|
public org.omg.CORBA.SystemException getTargetException()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |