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(java.util.List<HostAddress> failedAddresses) |
SmackException.ConnectionException(java.lang.Throwable wrappedThrowable) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HostAddress> |
getFailedAddresses() |
public SmackException.ConnectionException(java.lang.Throwable wrappedThrowable)
public SmackException.ConnectionException(java.util.List<HostAddress> failedAddresses)
public java.util.List<HostAddress> getFailedAddresses()