Exception: UU::ObjectStore::ObjectSchema::ObjectSchemaException

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

Overview

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

Constant Summary

INVALID_SCHEMA_ATTRIBUTES =

Some of object schema attributes are not valid.

'UU.OBJECTSTORE/E201'
SCHEMA_NOT_UNIQUE =

Code of object schema is not unique in scope of object store.

'UU.OBJECTSTORE/E202'
SCHEMA_NOT_EMPTY =

Object schema cannot be deleted because it contains some uuObjects.

'UU.OBJECTSTORE/E207'

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