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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getError(org.springframework.web.reactive.function.server.ServerRequest request)
     
    void
    storeErrorInformation(Throwable error, org.springframework.web.server.ServerWebExchange exchange)
     

    Methods inherited from class org.springframework.boot.web.reactive.error.DefaultErrorAttributes

    getErrorAttributes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KukenanWalletErrorAttributes

      public KukenanWalletErrorAttributes()
  • Method Details

    • storeErrorInformation

      public void storeErrorInformation(Throwable error, org.springframework.web.server.ServerWebExchange exchange)
      Specified by:
      storeErrorInformation in interface org.springframework.boot.web.reactive.error.ErrorAttributes
      Overrides:
      storeErrorInformation in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
    • getError

      public Throwable getError(org.springframework.web.reactive.function.server.ServerRequest request)
      Specified by:
      getError in interface org.springframework.boot.web.reactive.error.ErrorAttributes
      Overrides:
      getError in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes