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
public class AnalyticsModelingCheckedException extends OMAGCheckedExceptionBase
Exception based on AnalyticsModelingErrorCode classAnalyticsModelingErrorCode- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnalyticsModelingCheckedException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCause()Helper 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 Detail
-
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 Detail
-
getErrorCause
public String getErrorCause()
Helper function to provide details of the original error.- Returns:
- message of original exception.
-
-