Class ExceptionEvent
- java.lang.Object
-
- java.util.EventObject
-
- edu.uiuc.ncsa.security.servlet.NotificationEvent
-
- org.oa4mp.server.api.util.ExceptionEvent
-
- All Implemented Interfaces:
Serializable
public class ExceptionEvent extends edu.uiuc.ncsa.security.servlet.NotificationEvent
Created by Jeff Gaynor
on 9/18/12 at 11:26 AM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getState()
Throwable
getThrowable()
void
setState(Map<String,String> state)
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-