Package org.rapidcontext.core.storage
Class StorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rapidcontext.core.BaseException
org.rapidcontext.core.storage.StorageException
- All Implemented Interfaces:
Serializable
A storage exception. This class encapsulates all storage errors.
- Version:
- 1.0
- See Also:
-
Constructor Summary
Constructors -
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
Creates a new storage exception.- Parameters:
message
- the detailed error message
-