Package io.atomix.storage
Class StorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.atomix.storage.StorageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StorageException.OutOfDiskSpace,StorageException.TooLarge
public class StorageException extends RuntimeException
Log exception.
- Author:
- Jordan Halterman
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStorageException.OutOfDiskSpaceException thrown when storage runs out of disk space.static classStorageException.TooLargeException thrown when an entry being stored is too large. -
Constructor Summary
Constructors Constructor Description StorageException()StorageException(String message)StorageException(String message, Throwable cause)StorageException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageException
public StorageException() -
StorageException
-
StorageException
-
StorageException
-