Package org.apache.ignite.client.events
Class ConnectionClosedEvent
- java.lang.Object
- 
- org.apache.ignite.client.events.ConnectionEvent
- 
- org.apache.ignite.client.events.ConnectionClosedEvent
 
 
- 
 public class ConnectionClosedEvent extends ConnectionEvent 
- 
- 
Constructor SummaryConstructors Constructor Description ConnectionClosedEvent(ConnectionDescription conn, Throwable throwable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Throwablethrowable()Get a cause of the failure if any.- 
Methods inherited from class org.apache.ignite.client.events.ConnectionEventconnectionDescription
 
- 
 
- 
- 
- 
Constructor Detail- 
ConnectionClosedEventpublic ConnectionClosedEvent(ConnectionDescription conn, Throwable throwable) - Parameters:
- conn- Connection description.
- throwable- Throwable that caused the failure if any.
 
 
- 
 - 
Method Detail- 
throwable@Nullable public @Nullable Throwable throwable() Get a cause of the failure if any.- Returns:
- A cause of the failure if any.
 
 
- 
 
-