Class ErrorReportingComponentPoolEvent<C>
- java.lang.Object
-
- java.util.EventObject
-
- org.smallmind.quorum.pool.complex.event.ComponentPoolEvent<C>
-
- org.smallmind.quorum.pool.complex.event.ErrorReportingComponentPoolEvent<C>
-
- All Implemented Interfaces:
Serializable
public class ErrorReportingComponentPoolEvent<C> extends ComponentPoolEvent<C>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ErrorReportingComponentPoolEvent(ComponentPool<C> componentPool, Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetException()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
ErrorReportingComponentPoolEvent
public ErrorReportingComponentPoolEvent(ComponentPool<C> componentPool, Exception exception)
-
-
Method Detail
-
getException
public Exception getException()
-
-