Uses of Class
org.rostore.entity.RoStoreException
Package
Description
RoStore core entities
RoStore REST service classes
REST-related APIKey management classes
RoStore async classes for high-frequency massive concurrency
Classes related to value read/write safe operations
-
Uses of RoStoreException in org.rostore.entity
Modifier and TypeClassDescriptionclass
Thrown when the container name is already in use.class
Exception is thrown if the value of EOL violates some validation rules.class
Exception thrown when an operation on a key can't be executed as requestedclass
Exception is thrown byBlockAllocator
when the request has to be rejected because the size that has to be allocated is greater than the allowed size of the underlying storage object, e.g.class
Used in async stream processing functionclass
Exception thrown when the version of the record in the store is not the one as requested.class
Thrown when the version of the entry is set incorrectly on the entry initialization. -
Uses of RoStoreException in org.rostore.service
-
Uses of RoStoreException in org.rostore.service.apikey
Modifier and TypeClassDescriptionclass
Exception is thrown when the client tries to execute an operation that it has no sufficient permissions for. -
Uses of RoStoreException in org.rostore.v2.container.async
-
Uses of RoStoreException in org.rostore.v2.data
Modifier and TypeClassDescriptionclass
Thrown when data transfer is aborted out of any reason