Openfire 3.9.3 Javadoc

org.jivesoftware.util
Class HTTPConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jivesoftware.util.HTTPConnectionException
All Implemented Interfaces:
Serializable

public class HTTPConnectionException
extends Exception

Exception class that wraps an HTTP error code.

Author:
Gaston Dombiak
See Also:
Serialized Form

Constructor Summary
HTTPConnectionException(int errorCode)
           
 
Method Summary
 int getErrorCode()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

HTTPConnectionException

public HTTPConnectionException(int errorCode)
Method Detail

getErrorCode

public int getErrorCode()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.