Class ExceptionHandlerImpl.ExceptionRWIDLImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.presentation.rmi.ExceptionHandlerImpl.ExceptionRWBase
-
- com.sun.corba.ee.impl.presentation.rmi.ExceptionHandlerImpl.ExceptionRWIDLImpl
-
- All Implemented Interfaces:
ExceptionHandlerImpl.ExceptionRW
- Enclosing class:
- ExceptionHandlerImpl
public class ExceptionHandlerImpl.ExceptionRWIDLImpl extends ExceptionHandlerImpl.ExceptionRWBase
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.MethodreadMethodprivate java.lang.reflect.MethodwriteMethod
-
Constructor Summary
Constructors Constructor Description ExceptionRWIDLImpl(java.lang.Class cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exceptionread(InputStream is)voidwrite(OutputStream os, java.lang.Exception ex)-
Methods inherited from class com.sun.corba.ee.impl.presentation.rmi.ExceptionHandlerImpl.ExceptionRWBase
getExceptionClass, getId, setId
-
-
-
-
Method Detail
-
write
public void write(OutputStream os, java.lang.Exception ex)
-
read
public java.lang.Exception read(InputStream is)
-
-