Uses of Class
io.atomix.storage.journal.StorageException
Packages that use StorageException
Package
Description
Provides a low-level journal abstraction for appending to logs and managing segmented logs.
-
Uses of StorageException in io.atomix.storage.journal
Subclasses of StorageException in io.atomix.storage.journalModifier and TypeClassDescriptionstatic classException thrown when storage runs out of disk space.static classException thrown when an entry being stored is too large.