Class BOSHException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.igniterealtime.jbosh.BOSHException
All Implemented Interfaces:
Serializable

public class BOSHException extends Exception
Exception class used by the BOSH API to minimize the number of checked exceptions which must be handled by the user of the API.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Servial version UID.
      See Also:
  • Constructor Details

    • BOSHException

      public BOSHException(String msg)
      Creates a new exception isntance with the specified descriptive message.
      Parameters:
      msg - description of the exceptional condition
    • BOSHException

      public BOSHException(String msg, Throwable cause)
      Creates a new exception isntance with the specified descriptive message and the underlying root cause of the exceptional condition.
      Parameters:
      msg - description of the exceptional condition
      cause - root cause or instigator of the condition