Class AnalyticsModelingCheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
org.odpi.openmetadata.accessservices.analyticsmodeling.ffdc.exceptions.AnalyticsModelingCheckedException
- All Implemented Interfaces:
Serializable
Exception based on AnalyticsModelingErrorCode class
AnalyticsModelingErrorCode
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnalyticsModelingCheckedException
(ExceptionMessageDefinition msg, String className, String actionDescription) Constructor for exception caused within component.AnalyticsModelingCheckedException
(ExceptionMessageDefinition msg, String className, String actionDescription, Throwable caughtError) Constructor wrapping original external exception. -
Method Summary
Modifier and TypeMethodDescriptionHelper function to provide details of the original error.Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
toString
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
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AnalyticsModelingCheckedException
public AnalyticsModelingCheckedException(ExceptionMessageDefinition msg, String className, String actionDescription, Throwable caughtError) Constructor wrapping original external exception.- Parameters:
msg
- standard block of data related to the problem.className
- where exception was thrown.actionDescription
- interrupted by the exception.caughtError
- original cause of the exception.
-
AnalyticsModelingCheckedException
public AnalyticsModelingCheckedException(ExceptionMessageDefinition msg, String className, String actionDescription) Constructor for exception caused within component.- Parameters:
msg
- standard block of data related to the problem.className
- where exception was thrown.actionDescription
- interrupted by the exception.
-
-
Method Details
-
getErrorCause
Helper function to provide details of the original error.- Returns:
- message of original exception.
-