-
-
- serialVersionUID:
- 2L
-
Serialized Fields
-
cause
Throwable cause
The cause.
-
errorCode
String errorCode
The error code.
-
httpStatus
int httpStatus
The http status.
-
reason
String reason
The reason.
-
class RestApiResponseException extends org.springframework.web.server.ResponseStatusException implements
Serializable
-
- serialVersionUID:
- 2L
-
Serialized Fields
-
errorCode
String errorCode
The error code.
-
httpStatus
int httpStatus
The http status.
-
-
class FeignClientException extends feign.FeignException implements
Serializable
-
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
className
String className
The class name of the handler.
-
methodName
String methodName
The method name of the handler.
-
methodParameterTypes
List<String> methodParameterTypes
The method parameters.
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
application
String application
The name of the application.
-
cause
RestApiException cause
The cause.
-
error
String error
The http error message.
-
errorCode
String errorCode
A service specific error code.
-
errorCodeInherited
Boolean errorCodeInherited
Determines whether the error code is inherited from the cause or not.
-
exception
String exception
The class name of the exception.
-
furtherDetails
Map<String,Object> furtherDetails
Further details.
-
handler
Handler handler
The handler.
-
id
String id
The id of the exception.
-
message
String message
A human-readable exception message.
-
path
String path
The request path.
-
stackTrace
List<StackTraceItem> stackTrace
The stack trace.
-
status
Integer status
The http status code.
-
timestamp
OffsetDateTime timestamp
The timestamp.
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
declaringClass
String declaringClass
The declaring class.
-
fileName
String fileName
The file name.
-
lineNumber
Integer lineNumber
The line number.
-
methodName
String methodName
The method name.