Class ErrorOccurredEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.skr.config.ErrorOccurredEvent
All Implemented Interfaces:
Serializable

public class ErrorOccurredEvent extends org.springframework.context.ApplicationEvent
This event will be published when exception occurred.
See Also:
  • Constructor Details

    • ErrorOccurredEvent

      public ErrorOccurredEvent(Throwable throwable, org.springframework.web.context.request.WebRequest request)
  • Method Details

    • getRequest

      public org.springframework.web.context.request.WebRequest getRequest()