Exception: UU::ObjectStore::ObjectStoreRepository::ObjectStoreRepositoryFatalException

Inherits:
UU::OS::REST::ServerException show all
Defined in:
uu_objectstore-0.6.5/lib/uu/object_store/object_store_repository/object_store_repository_fatal_exception.rb

Overview

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

Constant Summary

REPOSITORY_CREATION_FAILURE =

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

'UU.OBJECTSTORE/E003'
REPOSITORY_READ_FAILURE =

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

'UU.OBJECTSTORE/E004'
REPOSITORY_UPDATE_FAILURE =

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

'UU.OBJECTSTORE/E005'
REPOSITORY_DELETE_FAILURE =

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

'UU.OBJECTSTORE/E006'
REPOSITORY_LIMITS_EXCEEDED =

Command cannot be finished because desired state exceeds limits of object store repository.

'UU.OBJECTSTORE/E008'
INVALID_REPOSITORY_STATE =

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

'UU.OBJECTSTORE/E009'
INVALID_LOCATION_STATE =

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

'UU.OBJECTSTORE/E010'

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