Uses of Class
org.rapidcontext.core.storage.StorageException
Packages that use StorageException
Package
Description
Legacy authentication and authorization handling.
Provides the storage, storable object and metadata API:s.
Provides the storage data types & server-side object initialization.
-
Uses of StorageException in org.rapidcontext.core.security
Methods in org.rapidcontext.core.security that throw StorageException -
Uses of StorageException in org.rapidcontext.core.storage
Methods in org.rapidcontext.core.storage that throw StorageExceptionModifier and TypeMethodDescriptionprotected voidStorableObject.destroy()Destroys this object.voidZipStorage.destroy()Destroys this object.protected voidStorableObject.init()Initializes this object after loading it from a storage.voidMounts a storage to a unique path.voidRemounts an already mounted storage to enable/disable read-write, caching and root overlay options.voidRemoves an object or an index at the specified location.voidRemoves an object or an index at the specified location.voidRemoves an object or an index at the specified location.abstract voidRemoves an object or an index at the specified location.voidRemoves an object or an index at the specified location.voidStores an object at the specified location.voidStores an object at the specified location.voidStores an object at the specified location.abstract voidStores an object at the specified location.voidStores an object at the specified location.voidUnmounts a storage from the specified path. -
Uses of StorageException in org.rapidcontext.core.type
Methods in org.rapidcontext.core.type that throw StorageExceptionModifier and TypeMethodDescriptionprotected voidConnection.init()Initializes this connection after loading it from a storage.protected voidType.init()Initializes this type mapping by registering it via the methods in the Storage class.static voidStores the specified session in the provided storage.static voidStores the specified used in the provided storage.