Class DataEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
org.odpi.openmetadata.accessservices.dataengine.ffdc.DataEngineException
All Implemented Interfaces:
Serializable

public class DataEngineException extends org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
See Also:
  • Constructor Details

    • DataEngineException

      public DataEngineException(org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
      This is the typical constructor used for creating an exception.
      Parameters:
      messageDefinition - content of the message
      className - name of class reporting error
      actionDescription - description of function it was performing when error detected