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 OCFCheckedExceptionBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataEngineException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)This is the typical constructor used for creating an exception.
-
Method Summary
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
equals, getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassName, hashCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
DataEngineException
public DataEngineException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
This is the typical constructor used for creating an exception.- Parameters:
messageDefinition- content of the messageclassName- name of class reporting erroractionDescription- description of function it was performing when error detected
-
-