@FunctionalInterface public interface StorageExceptionHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
StorageExceptionHandler.Default |
| Modifier and Type | Method and Description |
|---|---|
static void |
defaultHandleException(Throwable exception,
StorageChannel channel) |
void |
handleException(Throwable exception,
StorageChannel channel) |
static StorageExceptionHandler |
New() |
void handleException(Throwable exception, StorageChannel channel)
static void defaultHandleException(Throwable exception, StorageChannel channel)
static StorageExceptionHandler New()
Copyright © 2022 MicroStream Software. All rights reserved.