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.Class
getExceptionClass()
java.lang.String
getId()
java.lang.Exception
read(InputStream is)
void
write(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)
-
-