public class FunctionNotSupportedException extends SubjectAreaCheckedException
| Constructor and Description |
|---|
FunctionNotSupportedException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription)
This is the typical constructor used for creating an FunctionNotSupportedException
|
FunctionNotSupportedException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError)
This is the constructor used for creating an FunctionNotSupportedException 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 FunctionNotSupportedException(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 FunctionNotSupportedException(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 exceptionCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.