Class ExceptionHandlerImpl.ExceptionRWRMIImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.presentation.rmi.ExceptionHandlerImpl.ExceptionRWBase
-
- com.sun.corba.ee.impl.presentation.rmi.ExceptionHandlerImpl.ExceptionRWRMIImpl
-
- All Implemented Interfaces:
ExceptionHandlerImpl.ExceptionRW
- Enclosing class:
- ExceptionHandlerImpl
public class ExceptionHandlerImpl.ExceptionRWRMIImpl extends ExceptionHandlerImpl.ExceptionRWBase
-
-
Constructor Summary
Constructors Constructor Description ExceptionRWRMIImpl(java.lang.Class cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
read(InputStream is)
void
write(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)
-
-