public class RelationshipNotDeletedException extends GuidOrientatedException
| Constructor and Description |
|---|
RelationshipNotDeletedException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
String guid)
This is the typical constructor used for creating a RelationshipNotDeletedException
|
RelationshipNotDeletedException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError,
String guid)
This is the constructor used for creating a RelationshipNotDeletedException 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 RelationshipNotDeletedException(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 relationship that was not deletedpublic RelationshipNotDeletedException(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 relationship that was not deletedCopyright © 2018–2020 ODPi. All rights reserved.