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 void
StorableObject.destroy()
Destroys this object.void
ZipStorage.destroy()
Destroys this object.protected void
StorableObject.init()
Initializes this object after loading it from a storage.void
Mounts a storage to a unique path.void
Remounts an already mounted storage to enable/disable read-write, caching and root overlay options.void
Removes an object or an index at the specified location.void
Removes an object or an index at the specified location.void
Removes an object or an index at the specified location.abstract void
Removes an object or an index at the specified location.void
Removes an object or an index at the specified location.void
Stores an object at the specified location.void
Stores an object at the specified location.void
Stores an object at the specified location.abstract void
Stores an object at the specified location.void
Stores an object at the specified location.void
Unmounts a storage from the specified path. -
Uses of StorageException in org.rapidcontext.core.type
Methods in org.rapidcontext.core.type that throw StorageExceptionModifier and TypeMethodDescriptionstatic Metrics
Metrics.findOrCreate
(Storage storage, String id) Finds or creates a metrics set in the storage.protected void
Connection.init()
Initializes this connection after loading it from a storage.protected void
Type.init()
Initializes this type mapping by registering it via the methods in the Storage class.static void
Stores the specified session in the provided storage.static void
Stores the specified used in the provided storage.