Class ExceptionEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.data.rest.core.event.RepositoryEvent
org.springframework.data.rest.core.event.ExceptionEvent
- All Implemented Interfaces:
Serializable
An event to encapsulate an exception occurring anywhere within the REST exporter.
- Author:
- Jon Brisbin
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the source of this exception event.Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ExceptionEvent
-
-
Method Details
-
getException
Get the source of this exception event.- Returns:
- The
Throwable
that is the source of this exception event.
-