Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.http
Class HttpConnectionClosedException

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

public class HttpConnectionClosedException
extends Exception

This exception is thrown when an action attempted on the connection to the client but the connection has been closed.

Author:
Alexander Wenckus
See Also:
Serialized Form

Constructor Summary
HttpConnectionClosedException(String message)
           
 
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

HttpConnectionClosedException

public HttpConnectionClosedException(String message)

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.