Interface IProcessStreamExceptionHandler
-
- All Known Implementing Classes:
ProcessStreamExceptionHandler
,Slf4jProcessStreamExceptionHandler
public interface IProcessStreamExceptionHandler
Defines the stream exception handler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(java.io.IOException ex)
Handle exception
-