Package org.odpi.openmetadata.repositoryservices.ffdc.exception


package org.odpi.openmetadata.repositoryservices.ffdc.exception
  • Exceptions
    Class
    Description
    The ClassificationErrorException is thrown by an OMRS Connector when a classification for a specific entity instance is either not defined for this type of entity or is not currently attached to the requested entity.
    EntityConflictException provides a checked exception for reporting that an entity can not be added because it conflicts with an entity already stored.
    EntityNotDeletedException is thrown by an OMRS Connector when a request is made to purge or restore a specific entity instance and the entity is not in DELETED status.
    The EntityNotKnownException is thrown by an OMRS Connector when a specific entity instance is requested but this entity is not known in the metadata collection.
    The EntityProxyOnlyException is thrown by an OMRS Connector when a specific entity instance is requested but this only a proxy version of the entity is in the metadata collection.
    FunctionNotSupportedException provides a checked exception for reporting that an OMRS repository connector does not support the method called.
    The HomeEntityException is thrown by an OMRS Connector when reference copy maintenance requests are issued on a home entity instance in the metadata collection.
    The HomeRelationshipException is thrown by an OMRS Connector when reference copy maintenance requests are issued on a home relationship instance in the metadata collection.
    InvalidEntityException provides a checked exception for reporting that an entity can not be added because its content is invalid.
    The InvalidParameterException is thrown by an OMRS Connector when the parameters passed to a repository connector, or its accompanying metadata collection, are not valid.
    InvalidRelationshipException provides a checked exception for reporting that a relationship can not be added because its content is invalid.
    InvalidTypeDefException provides a checked exception for reporting that a typedef can not be added because its content is invalid.
    OMRSCheckedExceptionBase provides a checked exception for reporting errors found when using the OMRS.
    OMRSConfigErrorException is used for all runtime exceptions generated by the Open Metadata Repository Services (OMRS) components that indicate a configuration error.
    OMRSConnectorErrorException is used for all runtime exceptions generated by the Open Metadata Repository Services (OMRS) components that indicate a problem with one of its connectors.
    OMRSLogicErrorException is used for all runtime exceptions generated by the Open Metadata Repository Services (OMRS) components that indicate a logic error.
    OMRSRuntimeException is used for all runtime exceptions generated by the Open Metadata Repository Services (OMRS).
    The PagingErrorException is thrown by an OMRS Connector when the caller has passed invalid paging attributes on a search call.
    PatchErrorException provides a checked exception for reporting that a typedef can not be updated because there are problems with the supplied TypeDefPatch.
    The PropertyErrorException is thrown by an OMRS Connector when the properties defined for a specific entity or relationship instance do not match the TypeDefs for the metadata collection.
    RelationshipConflictException provides a checked exception for reporting that a relationship can not be added because it conflicts with a relationship already stored.
    RelationshipNotDeletedException is thrown by an OMRS Connector when a request is made to purge or restore a specific relationship instance and the entity is not in DELETED status.
    RelationshipNotKnownException provides a checked exception for reporting when a requested relationship instance can not be found in the metadata collection.
    RepositoryErrorException provides a checked exception for reporting situations where the metadata repository hosting a metadata collection is unable to perform a request.
    RepositoryTimeoutException provides a checked exception for reporting situations where the metadata repository hosting a metadata collection is unable to perform a request due to a timeout (for example, a query that exceeds a maximum allowed response time threshold).
    StatusNotSupportedException provides a checked exception for reporting that the metadata repository hosting a metadata collection is not able to support the requested status.
    TypeDefConflictException provides a checked exception for reporting that a typedef can not be added because it conflicts with a TypeDef already stored.
    TypeDefInUseException provides a checked exception for reporting that a typedef can not be deleted because there are instances currently using it.
    TypeDefKnownException provides a checked exception for reporting that a type definition (TypeDef) can not be added because it is already known to the repository.
    TypeDefNotKnownException provides a checked exception for reporting that a requested typedef can not be found.
    TypeDefNotSupportedException provides a checked exception for reporting that a typedef can not be added because the local repository can not support it.
    The TypeErrorException is thrown by an OMRS Connector when the requested type for an instance is not represented by a known TypeDef.
    The UserNotAuthorizedException is thrown by an OMRS Connector when the supplied UserId is not permitted to perform a specific operation on the metadata collection.