Package org.jivesoftware.smack.proxy
Class ProxyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jivesoftware.smack.proxy.ProxyException
-
- All Implemented Interfaces:
Serializable
public class ProxyException extends IOException
An exception class to handle exceptions caused by proxy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProxyException(ProxyInfo.ProxyType type)
ProxyException(ProxyInfo.ProxyType type, String ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProxyException
public ProxyException(ProxyInfo.ProxyType type, String ex)
-
ProxyException
public ProxyException(ProxyInfo.ProxyType type)
-
-