Interface ComHostExceptionHandler<C>
- All Known Implementing Classes:
ComHostExceptionHandler.Default
public interface ComHostExceptionHandler<C>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ComHostExceptionHandler.Default<C>
-
Method Summary
Modifier and Type Method Description void
handleConnectException(Throwable exception, C connection)
void
handleException(Throwable exception, ComChannel channel)
static <C> ComHostExceptionHandler<C>
New(ComConnectionHandler<C> connectionHandler)