Serialized Form
-
Package org.bremersee.exception
-
Class org.bremersee.exception.AbstractServiceExceptionBuilder
class AbstractServiceExceptionBuilder extends Object implements Serializable- serialVersionUID:
- 2L
-
Exception org.bremersee.exception.RestApiResponseException
class RestApiResponseException extends org.springframework.web.server.ResponseStatusException implements Serializable-
Serialized Fields
-
restApiException
org.bremersee.exception.model.RestApiException restApiException
The parsed response of the server asRestApiException
.
-
-
-
Exception org.bremersee.exception.ServiceException
class ServiceException extends RuntimeException implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
errorCode
String errorCode
-
httpStatus
int httpStatus
-
-