Exception: UU::ObjectStore::ObjectStoreControl::ObjectStoreControlException
- Inherits:
-
UU::ObjectStore::ObjectStore::ObjectStoreException
- Object
- StandardError
- UU::OS::REST::RemoteException
- UU::OS::REST::ClientException
- UU::ObjectStore::ObjectStore::ObjectStoreException
- UU::ObjectStore::ObjectStoreControl::ObjectStoreControlException
- Defined in:
- uu_objectstore-0.0.6/lib/uu/object_store/object_store_control/object_store_control_exception.rb
Overview
Exception thrown by UU::ObjectStore::ObjectStoreControl service.
Constant Summary
- INVALID_OBJECT_STORE_ATTRIBUTES =
Some of object store attributes are not valid.
'UU.OBJECTSTORE/E101'
- OBJECT_STORE_NOT_UNIQUE =
Code of object store is not unique in scope of territory.
'UU.OBJECTSTORE/E102'
- OBJECT_STORE_NOT_EMPTY =
Object store cannot be deleted because it contains some object stores.
'UU.OBJECTSTORE/E107'
- REPOSITORY_DOES_NOT_EXIST =
Referred object store repository does not exist.
'UU.OBJECTSTORE/E128'
Constants inherited from UU::ObjectStore::ObjectStore::ObjectStoreException
UU::ObjectStore::ObjectStore::ObjectStoreException::INVALID_UUOBJECT_ATTRIBUTES, UU::ObjectStore::ObjectStore::ObjectStoreException::INVALID_UUOBJECT_QUERY, UU::ObjectStore::ObjectStore::ObjectStoreException::SCHEMA_DOES_NOT_EXIST, UU::ObjectStore::ObjectStore::ObjectStoreException::UUOBJECT_CONCURRENT_MODIFICATION, UU::ObjectStore::ObjectStore::ObjectStoreException::UUOBJECT_LOCK_DOES_NOT_EXIST, UU::ObjectStore::ObjectStore::ObjectStoreException::UUOBJECT_NOT_UNIQUE
Instance Attribute Summary
Attributes inherited from UU::OS::REST::RemoteException
#attributes, #messages, #stack_trace
Method Summary
Methods inherited from UU::OS::REST::RemoteException
Constructor Details
This class inherits a constructor from UU::OS::REST::RemoteException