Class NameConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ffdc.NameConflictException
- All Implemented Interfaces:
Serializable
Exception thrown when there is a conflict in Apache Atlas names.
- See Also:
-
Constructor Summary
ConstructorDescriptionNameConflictException
(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, String parameterName, Exception error) This is the typical constructor used for creating an exception. -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
equals, getParameterName, hashCode, toString
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassName
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NameConflictException
public NameConflictException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, String parameterName, Exception error) This is the typical constructor used for creating an exception.- Parameters:
messageDefinition
- content of messageclassName
- name of class reporting erroractionDescription
- description of function it was performing when error detectedparameterName
- name of the invalid parameter if knownerror
- original exception
-