Package one.microstream.storage.types
Class StorageExceptionHandler.Default
java.lang.Object
one.microstream.storage.types.StorageExceptionHandler.Default
- All Implemented Interfaces:
StorageExceptionHandler
- Enclosing interface:
- StorageExceptionHandler
public static final class StorageExceptionHandler.Default extends Object implements StorageExceptionHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageExceptionHandler
StorageExceptionHandler.Default
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description void
handleException(Throwable exception, StorageChannel channel)
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
handleException
- Specified by:
handleException
in interfaceStorageExceptionHandler
-