Wildfire 3.2.4 Javadoc

org.jivesoftware.wildfire.http
Class HttpBindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jivesoftware.wildfire.http.HttpBindException
All Implemented Interfaces:
Serializable

public class HttpBindException
extends Exception

See Also:
Serialized Form

Constructor Summary
HttpBindException(String message, boolean shouldCloseSession, int httpError)
           
 
Method Summary
 int getHttpError()
           
 boolean shouldCloseSession()
           
 
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

HttpBindException

public HttpBindException(String message,
                         boolean shouldCloseSession,
                         int httpError)
Method Detail

getHttpError

public int getHttpError()

shouldCloseSession

public boolean shouldCloseSession()

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.