public static class SmackException.ConnectionException extends SmackException
getFailedAddresses(), which will have the exception causing the
connection failure set and retrievable with HostAddress.getException().SmackException.AlreadyLoggedInException, SmackException.ConnectionException, SmackException.FeatureNotSupportedException, SmackException.IllegalStateChangeException, SmackException.NoResponseException, SmackException.NotConnectedException, SmackException.NotLoggedInException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityRequiredException| Constructor and Description |
|---|
ConnectionException(List<HostAddress> failedAddresses) |
ConnectionException(Throwable wrappedThrowable) |
| Modifier and Type | Method and Description |
|---|---|
List<HostAddress> |
getFailedAddresses() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectionException(Throwable wrappedThrowable)
public ConnectionException(List<HostAddress> failedAddresses)
public List<HostAddress> getFailedAddresses()
Copyright © 2015 Ignite Realtime. All rights reserved.