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 Summary
ConstructorsConstructorDescriptionNameConflictException(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.openmetadata.ffdc.InvalidParameterException
equals, getParameterName, hashCode, toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFCheckedExceptionBase
getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedURL, getReportedUserAction, getReportingActionDescription, getReportingClassName, setReportedURLMethods 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
-