public class GAFRuntimeException extends OCFRuntimeException
| Constructor and Description |
|---|
GAFRuntimeException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription)
This is the typical constructor used for creating an OCFRuntimeException.
|
GAFRuntimeException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Map<String,Object> relatedProperties)
This is the typical constructor used for creating an OCFRuntimeException.
|
GAFRuntimeException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError)
This is the constructor used for creating a OCFRuntimeException that results from a previous error/exception
being thrown.
|
GAFRuntimeException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError,
Map<String,Object> relatedProperties)
This is the constructor used for creating a OCFRuntimeException that results from a previous error/exception
being thrown.
|
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 GAFRuntimeException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
messageDefinition - content of messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedpublic GAFRuntimeException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Map<String,Object> relatedProperties)
messageDefinition - content of messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedrelatedProperties - arbitrary properties that may help with diagnosing the problem.public GAFRuntimeException(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 - previous error causing this exceptionpublic GAFRuntimeException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Throwable caughtError, Map<String,Object> relatedProperties)
messageDefinition - content of messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedcaughtError - previous error causing this exceptionrelatedProperties - arbitrary properties that may help with diagnosing the problem.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.