Exception: UU::ObjectStore::ObjectSchema::ObjectSchemaFatalException

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

Overview

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

Constant Summary

SCHEMA_CREATION_FAILURE =

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

'UU.OBJECTSTORE/E203'
SCHEMA_READ_FAILURE =

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

'UU.OBJECTSTORE/E204'
SCHEMA_UPDATE_FAILURE =

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

'UU.OBJECTSTORE/E205'
SCHEMA_DELETE_FAILURE =

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

'UU.OBJECTSTORE/E206'
OBJECT_STORE_LIMITS_EXCEEDED =

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

'UU.OBJECTSTORE/E211'
INVALID_OBJECT_STORE_STATE =

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

'UU.OBJECTSTORE/E213'

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