Package one.microstream.storage.types
Interface StorageExceptionHandler
-
- All Known Implementing Classes:
StorageExceptionHandler.Default
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface StorageExceptionHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageExceptionHandler.Default
-
Method Summary
Modifier and Type Method Description static void
defaultHandleException(Throwable exception, StorageChannel channel)
void
handleException(Throwable exception, StorageChannel channel)
static StorageExceptionHandler
New()
-
-
-
Method Detail
-
handleException
void handleException(Throwable exception, StorageChannel channel)
-
defaultHandleException
static void defaultHandleException(Throwable exception, StorageChannel channel)
-
New
static StorageExceptionHandler New()
-
-