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 |
|---|
SmackException.ConnectionException(List<HostAddress> failedAddresses) |
SmackException.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 SmackException.ConnectionException(Throwable wrappedThrowable)
public SmackException.ConnectionException(List<HostAddress> failedAddresses)
public List<HostAddress> getFailedAddresses()