public class DiscoveryEngineException extends OCFCheckedExceptionBase
| Constructor and Description |
|---|
DiscoveryEngineException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription)
This is the typical constructor used for creating a DiscoveryEngineException.
|
DiscoveryEngineException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError)
This is the constructor used for creating a DiscoveryEngineException in response to a previous exception.
|
DiscoveryEngineException(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 DiscoveryEngineException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
messageDefinition - content of messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedpublic DiscoveryEngineException(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 DiscoveryEngineException(String errorMessage, OCFCheckedExceptionBase template)
errorMessage - associated messagetemplate - object to copyCopyright © 2018–2020 ODPi. All rights reserved.