public class GovernanceActionEngineException extends OCFCheckedExceptionBase
| Constructor and Description |
|---|
GovernanceActionEngineException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription)
This is the typical constructor used for creating a GovernanceActionEngineException.
|
GovernanceActionEngineException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError)
This is the constructor used for creating a GovernanceActionEngineException in response to a previous exception.
|
GovernanceActionEngineException(String errorMessage,
OCFCheckedExceptionBase template)
This is the copy/clone constructor used for creating an exception.
|
equals, getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassName, hashCode, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GovernanceActionEngineException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
messageDefinition - content of messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedpublic GovernanceActionEngineException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Throwable caughtError)
messageDefinition - content of messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedcaughtError - the error that resulted in this exception.public GovernanceActionEngineException(String errorMessage, OCFCheckedExceptionBase template)
errorMessage - associated messagetemplate - object to copyCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.