Exception: UU::ObjectStore::ObjectStoreControl::ObjectStoreControlFatalException

Inherits:
UU::ObjectStore::ObjectStore::ObjectStoreFatalException show all
Defined in:
uu_objectstore-0.6.5/lib/uu/object_store/object_store_control/object_store_control_fatal_exception.rb

Overview

Exception thrown by UU::ObjectStore::ObjectStoreControl service.

Constant Summary

OBJECT_STORE_CREATION_FAILURE =

Creation of object store failed due to some unexpected internal exception.

'UU.OBJECTSTORE/E103'
OBJECT_STORE_READ_FAILURE =

Attributes of object store cannot be read due to some unexpected internal exception.

'UU.OBJECTSTORE/E104'
OBJECT_STORE_UPDATE_FAILURE =

Update of object store failed due to some unexpected internal exception.

'UU.OBJECTSTORE/E105'
OBJECT_STORE_DELETE_FAILURE =

Delete of object store failed due to some unexpected internal exception.

'UU.OBJECTSTORE/E106'
OBJECT_STORE_TRANSFER_FAILURE =

Transfer of object store failed due to some unexpected internal exception.

'UU.OBJECTSTORE/E124'
INVALID_OBJECT_STORE_STATE =

Command cannot be finished because it is not allowed by current state of object store.

'UU.OBJECTSTORE/E126'
INVALID_LOCATION_STATE =

Command cannot be finished because it is not allowed by current state of object store location.

'UU.OBJECTSTORE/E127'

Constants inherited from UU::ObjectStore::ObjectStore::ObjectStoreFatalException

UU::ObjectStore::ObjectStore::ObjectStoreFatalException::OBJECT_STORE_LIMITS_EXCEEDED, UU::ObjectStore::ObjectStore::ObjectStoreFatalException::OBJECT_STORE_NOT_AVAILABLE, UU::ObjectStore::ObjectStore::ObjectStoreFatalException::REPOSITORY_LIMITS_EXCEEDED, UU::ObjectStore::ObjectStore::ObjectStoreFatalException::REPOSITORY_NOT_AVAILABLE, UU::ObjectStore::ObjectStore::ObjectStoreFatalException::SCHEMA_NOT_AVAILABLE, UU::ObjectStore::ObjectStore::ObjectStoreFatalException::UUOBJECT_CREATION_FAILURE, UU::ObjectStore::ObjectStore::ObjectStoreFatalException::UUOBJECT_DELETE_FAILURE, UU::ObjectStore::ObjectStore::ObjectStoreFatalException::UUOBJECT_LOCK_FAILURE, UU::ObjectStore::ObjectStore::ObjectStoreFatalException::UUOBJECT_READ_FAILURE, UU::ObjectStore::ObjectStore::ObjectStoreFatalException::UUOBJECT_UNLOCK_FAILURE, UU::ObjectStore::ObjectStore::ObjectStoreFatalException::UUOBJECT_UPDATE_FAILURE

Instance Attribute Summary

Attributes inherited from UU::OS::REST::RemoteException

#attributes, #messages, #stack_trace

Method Summary

Methods inherited from UU::OS::REST::RemoteException

#initialize

Constructor Details

This class inherits a constructor from UU::OS::REST::RemoteException