Package io.atomix.storage
Class StorageException.OutOfDiskSpace
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.atomix.storage.StorageException
io.atomix.storage.StorageException.OutOfDiskSpace
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StorageException
public static class StorageException.OutOfDiskSpace extends StorageException
Exception thrown when storage runs out of disk space.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class io.atomix.storage.StorageException
StorageException.OutOfDiskSpace, StorageException.TooLarge -
Constructor Summary
Constructors Constructor Description OutOfDiskSpace(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString