Smack

org.jivesoftware.smack.proxy
Class ProxyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jivesoftware.smack.proxy.ProxyException
All Implemented Interfaces:
java.io.Serializable

public class ProxyException
extends java.io.IOException

An exception class to handle exceptions caused by proxy.

Author:
Atul Aggarwal
See Also:
Serialized Form

Constructor Summary
ProxyException(ProxyInfo.ProxyType type)
           
ProxyException(ProxyInfo.ProxyType type, java.lang.String ex)
           
ProxyException(ProxyInfo.ProxyType type, java.lang.String ex, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyException

public ProxyException(ProxyInfo.ProxyType type,
                      java.lang.String ex,
                      java.lang.Throwable cause)

ProxyException

public ProxyException(ProxyInfo.ProxyType type,
                      java.lang.String ex)

ProxyException

public ProxyException(ProxyInfo.ProxyType type)

Smack

Copyright © 2003-2007 Jive Software.