public static final class SmackException.EndpointConnectionException extends SmackException.ConnectionException
getConnectionExceptions(), which will have the exception causing the
connection failure set and retrievable with RemoteConnectionException.getException().SmackException.AlreadyConnectedException, SmackException.AlreadyLoggedInException, SmackException.ConnectionException, SmackException.EndpointConnectionException, SmackException.FeatureNotSupportedException, SmackException.GenericConnectionException, SmackException.IllegalStateChangeException, SmackException.NoEndpointsDiscoveredException, SmackException.NoResponseException, SmackException.NotConnectedException, SmackException.NotLoggedInException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityNotPossibleException, SmackException.SecurityRequiredByClientException, SmackException.SecurityRequiredByServerException, SmackException.SecurityRequiredException, SmackException.SmackCertificateException, SmackException.SmackMessageException, SmackException.SmackSaslException, SmackException.SmackWrappedException| Modifier and Type | Method and Description |
|---|---|
static SmackException.EndpointConnectionException |
from(java.util.List<RemoteConnectionEndpointLookupFailure> lookupFailures,
java.util.List<? extends RemoteConnectionException<?>> connectionExceptions) |
java.util.List<? extends RemoteConnectionException<? extends RemoteConnectionEndpoint>> |
getConnectionExceptions() |
java.util.List<RemoteConnectionEndpointLookupFailure> |
getLookupFailures() |
public static SmackException.EndpointConnectionException from(java.util.List<RemoteConnectionEndpointLookupFailure> lookupFailures, java.util.List<? extends RemoteConnectionException<?>> connectionExceptions)
public java.util.List<RemoteConnectionEndpointLookupFailure> getLookupFailures()
public java.util.List<? extends RemoteConnectionException<? extends RemoteConnectionEndpoint>> getConnectionExceptions()