public class UnexpectedResponseException extends SubjectAreaCheckedException
| Constructor and Description |
|---|
UnexpectedResponseException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
String unexpectedCategoryName)
This is the typical constructor used for creating a UnexpectedResponseException
|
UnexpectedResponseException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError)
This is the constructor used for creating an UnexpectedResponseException when an unexpected error has been caught.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUnexpectedCategoryName() |
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 UnexpectedResponseException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, String unexpectedCategoryName)
messageDefinition - content of the messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedunexpectedCategoryName - unexpected category namepublic UnexpectedResponseException(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 exceptionpublic String getUnexpectedCategoryName()
Copyright © 2018–2020 ODPi. All rights reserved.