Class | Description |
---|---|
AccessViolationException |
Exception used for reporting the access violation on an object.
|
CannotReplaceException |
Exception used for reporting failure to replace an existing registry object,
because its database representation embeds another object that is referenced,
but not defined by the replacing object.
|
ConflictingLifecycleStageException |
Exception used for reporting conflicting lifecycle nodes of an object to be
imported.
|
ConflictingStateException |
Exception used for reporting conflicting states of an object to be imported
with an existing object that has the same key.
|
DanglingReferenceException |
Exception used for reporting dangling references in an object to be
imported.
|
DeleteRejectedByAssociationException |
Exception used when a RegistryObject cannot be deleted because it is the target
of some association.
|
DeleteRejectedByClassificationException |
Exception used when a Concept cannot be deleted because it is used by
some Classification.
|
DuplicateConceptException |
Exception used when a Concept cannot be saved because it's value is
not unique within its siblings.
|
ImportValidationException |
Exception used for reporting import validation problems.
|
InvalidReferenceException |
Exception used for reporting an import object that refers to another invalid
import object and thus cannot be imported either.
|
LockNotAvailableException |
Exception used for reporting the lock not available on an object. when the object is supposed to lock but
unable to avail the lock.
|
ObjectOutdatedException |
Exception used for reporting object out dated problems.
|
TypeMismatchException |
Exception used for reporting type mismatch problems.
|
ValidationException |
This exception is thrown when input validation fails.
|