Class ConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.auth.ConnectionException
All Implemented Interfaces:
Serializable

public class ConnectionException extends Exception
Thrown when Openfire is not able to connect to the user and group system.
Author:
Gabriel Guardincerri
See Also:
  • Constructor Details

    • ConnectionException

      public ConnectionException()
    • ConnectionException

      public ConnectionException(String message)
    • ConnectionException

      public ConnectionException(String message, Throwable cause)
    • ConnectionException

      public ConnectionException(Throwable cause)