The operation on a resource (typically a Store) failed because the resources is in process of being shut down or already has shutdown. For example, calling methods on the Store will throw this exception after Store::close(). More...
#include <objectbox.hpp>
Public Member Functions | |
int | code () const override |
Always OBX_ERROR_SHUTTING_DOWN. More... | |
The operation on a resource (typically a Store) failed because the resources is in process of being shut down or already has shutdown. For example, calling methods on the Store will throw this exception after Store::close().
|
inlineoverridevirtual |
Always OBX_ERROR_SHUTTING_DOWN.
Reimplemented from obx::IllegalStateException.