Interface ExceptionHandlerImpl.ExceptionRW
-
- All Known Implementing Classes:
ExceptionHandlerImpl.ExceptionRWBase,ExceptionHandlerImpl.ExceptionRWIDLImpl,ExceptionHandlerImpl.ExceptionRWRMIImpl
- Enclosing class:
- ExceptionHandlerImpl
public static interface ExceptionHandlerImpl.ExceptionRW
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ClassgetExceptionClass()java.lang.StringgetId()java.lang.Exceptionread(InputStream is)voidwrite(OutputStream os, java.lang.Exception ex)
-
-
-
Method Detail
-
getExceptionClass
java.lang.Class getExceptionClass()
-
getId
java.lang.String getId()
-
write
void write(OutputStream os, java.lang.Exception ex)
-
read
java.lang.Exception read(InputStream is)
-
-