Package org.jivesoftware.openfire.http
Class HttpBindException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.openfire.http.HttpBindException
-
- All Implemented Interfaces:
Serializable
public class HttpBindException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpBindException(String message, BoshBindingError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoshBindingError
getBindingError()
boolean
shouldCloseSession()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HttpBindException
public HttpBindException(String message, BoshBindingError error)
-
-
Method Detail
-
getBindingError
public BoshBindingError getBindingError()
-
shouldCloseSession
public boolean shouldCloseSession()
-
-