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