public class SubjectAreaCheckedException extends OMAGCheckedExceptionBase
| Constructor and Description |
|---|
SubjectAreaCheckedException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription)
This is the typical constructor used for creating an SubjectAreaCheckedException.
|
SubjectAreaCheckedException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Map<String,Object> relatedProperties)
This is the typical constructor used for creating an SubjectAreaCheckedException.
|
SubjectAreaCheckedException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError)
This is the constructor used for creating an SubjectAreaCheckedException when an unexpected error has been caught.
|
SubjectAreaCheckedException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError,
Map<String,Object> relatedProperties)
This is the constructor used for creating an SubjectAreaCheckedException when an unexpected error has been caught.
|
toStringequals, getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassName, hashCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SubjectAreaCheckedException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
messageDefinition - content of the messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedpublic SubjectAreaCheckedException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Map<String,Object> relatedProperties)
messageDefinition - content of the 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 SubjectAreaCheckedException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Throwable caughtError)
messageDefinition - content of the messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedcaughtError - previous error causing this exceptionpublic SubjectAreaCheckedException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Throwable caughtError, Map<String,Object> relatedProperties)
messageDefinition - content of the 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–2020 ODPi. All rights reserved.