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:
  • Constructor Details

    • ErrorReportingComponentPoolEvent

      public ErrorReportingComponentPoolEvent(ComponentPool<C> componentPool, Exception exception)
  • Method Details

    • getException

      public Exception getException()