Class Socks5Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smack.SmackException
-
- org.jivesoftware.smackx.bytestreams.socks5.Socks5Exception
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host
,Socks5Exception.NoSocks5StreamHostsProvided
public abstract class Socks5Exception extends SmackException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host
static class
Socks5Exception.NoSocks5StreamHostsProvided
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.SmackException
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Socks5Exception(java.lang.String message)
-
-
-
Constructor Detail
-
Socks5Exception
protected Socks5Exception(java.lang.String message)
-
-