Package org.skr.config
Class ErrorOccurredEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.skr.config.ErrorOccurredEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ErrorOccurredEvent extends org.springframework.context.ApplicationEventThis event will be published when exception occurred.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorOccurredEvent(java.lang.Throwable throwable, org.springframework.web.context.request.WebRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.context.request.WebRequestgetRequest()
-