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 classStorageExceptionHandler.Default
-
Method Summary
Modifier and Type Method Description static voiddefaultHandleException(Throwable exception, StorageChannel channel)voidhandleException(Throwable exception, StorageChannel channel)static StorageExceptionHandlerNew()
-
-
-
Method Detail
-
handleException
void handleException(Throwable exception, StorageChannel channel)
-
defaultHandleException
static void defaultHandleException(Throwable exception, StorageChannel channel)
-
New
static StorageExceptionHandler New()
-
-