Class KukenanWalletErrorAttributes
java.lang.Object
org.springframework.boot.web.reactive.error.DefaultErrorAttributes
es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.KukenanWalletErrorAttributes
- All Implemented Interfaces:
org.springframework.boot.web.reactive.error.ErrorAttributes
@Component
public class KukenanWalletErrorAttributes
extends org.springframework.boot.web.reactive.error.DefaultErrorAttributes
kukenbank error attributes.
-
Field Summary
Fields inherited from interface org.springframework.boot.web.reactive.error.ErrorAttributes
ERROR_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError(org.springframework.web.reactive.function.server.ServerRequest request) voidstoreErrorInformation(Throwable error, org.springframework.web.server.ServerWebExchange exchange) Methods inherited from class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
getErrorAttributes
-
Constructor Details
-
KukenanWalletErrorAttributes
public KukenanWalletErrorAttributes()
-
-
Method Details
-
storeErrorInformation
public void storeErrorInformation(Throwable error, org.springframework.web.server.ServerWebExchange exchange) - Specified by:
storeErrorInformationin interfaceorg.springframework.boot.web.reactive.error.ErrorAttributes- Overrides:
storeErrorInformationin classorg.springframework.boot.web.reactive.error.DefaultErrorAttributes
-
getError
- Specified by:
getErrorin interfaceorg.springframework.boot.web.reactive.error.ErrorAttributes- Overrides:
getErrorin classorg.springframework.boot.web.reactive.error.DefaultErrorAttributes
-