org.smallmind.quorum.pool.connection.event
Class ErrorReportingConnectionPoolEvent<C>

java.lang.Object
  extended by java.util.EventObject
      extended by org.smallmind.quorum.pool.connection.event.ConnectionPoolEvent<C>
          extended by org.smallmind.quorum.pool.connection.event.ErrorReportingConnectionPoolEvent<C>
All Implemented Interfaces:
Serializable

public class ErrorReportingConnectionPoolEvent<C>
extends ConnectionPoolEvent<C>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ErrorReportingConnectionPoolEvent(ConnectionPool<C> connectionPool, Exception exception)
           
 
Method Summary
 Exception getException()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorReportingConnectionPoolEvent

public ErrorReportingConnectionPoolEvent(ConnectionPool<C> connectionPool,
                                         Exception exception)
Method Detail

getException

public Exception getException()


Copyright © 2011. All Rights Reserved.