public class UnrecognizedGUIDException extends GuidOrientatedException
| Constructor and Description |
|---|
UnrecognizedGUIDException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
String guid)
This is the typical constructor used for creating an UnrecognizedGUIDException
|
UnrecognizedGUIDException(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 UnrecognizedGUIDException(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 - unrecognised guidpublic UnrecognizedGUIDException(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 - unrecognised guidCopyright © 2018–2020 ODPi. All rights reserved.