public class EntityNotDeletedException extends GuidOrientatedException
| Constructor and Description |
|---|
EntityNotDeletedException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
String guid)
This is the typical constructor used for creating an EntityNotDeletedException
|
EntityNotDeletedException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError,
String guid)
This is the constructor used for creating an UnrecognizedGUIDException when an unexpected error has been caught.
|
getGuidtoStringequals, getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassName, hashCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic EntityNotDeletedException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, String guid)
messageDefinition - content of the messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedguid - the guid of the entity that was not deletedpublic EntityNotDeletedException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Throwable caughtError, String guid)
messageDefinition - content of the messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedcaughtError - previous error causing this exceptionguid - the guid of the entity that was not deletedCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.