com.neeve.client
Class ClientEvents.FailEventData

java.lang.Object
  extended by com.neeve.client.ClientEvents.FailEventData
Enclosing class:
ClientEvents

public static class ClientEvents.FailEventData
extends Object

Data object for the ClientEvents.EVENT_FAILURE event.


Field Summary
 Exception e
          Reason for the failure.
 
Constructor Summary
ClientEvents.FailEventData(Exception e)
          Constructor.
 
Method Summary
 String toString()
          Get a string representation of the object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

e

public final Exception e
Reason for the failure.

Contains an exception object that describes why the pool has failed.

Constructor Detail

ClientEvents.FailEventData

public ClientEvents.FailEventData(Exception e)
Constructor.

Method Detail

toString

public String toString()
Get a string representation of the object

Overrides:
toString in class Object


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.