com.neeve.client
Class ClientEvents.FailEventData
java.lang.Object
com.neeve.client.ClientEvents.FailEventData
- Enclosing class:
- ClientEvents
public static class ClientEvents.FailEventData
- extends Object
Data object for the ClientEvents.EVENT_FAILURE
event.
Method Summary |
String |
toString()
Get a string representation of the object |
e
public final Exception e
- Reason for the failure.
Contains an exception object that describes why the pool has failed.
ClientEvents.FailEventData
public ClientEvents.FailEventData(Exception e)
- Constructor.
toString
public String toString()
- Get a string representation of the object
- Overrides:
toString
in class Object
Copyright © 2015 Neeve Research, LLC. All Rights Reserved.