Class ComHostExceptionHandler.Default<C>
java.lang.Object
one.microstream.communication.types.ComHostExceptionHandler.Default<C>
- All Implemented Interfaces:
ComHostExceptionHandler<C>
- Enclosing interface:
- ComHostExceptionHandler<C>
public static final class ComHostExceptionHandler.Default<C> extends Object implements ComHostExceptionHandler<C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.types.ComHostExceptionHandler
ComHostExceptionHandler.Default<C>
-
Method Summary
Modifier and Type Method Description void
handleConnectException(Throwable exception, C connection)
void
handleException(Throwable exception, ComChannel channel)
-
Method Details
-
handleException
- Specified by:
handleException
in interfaceComHostExceptionHandler<C>
-
handleConnectException
- Specified by:
handleConnectException
in interfaceComHostExceptionHandler<C>
-