Class NameConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFCheckedExceptionBase
org.odpi.openmetadata.frameworks.openmetadata.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 SummaryConstructorsConstructorDescriptionNameConflictException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, String parameterName, Exception error) This is the typical constructor used for creating an exception.
- 
Method SummaryMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterExceptionequals, getParameterName, hashCode, toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFCheckedExceptionBasegetErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassNameMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
NameConflictExceptionpublic 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 message
- className- name of class reporting error
- actionDescription- description of function it was performing when error detected
- parameterName- name of the invalid parameter if known
- error- original exception
 
 
-