Class 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:
    Serialized Form
    • Constructor Detail

      • ConnectionException

        public ConnectionException()
      • ConnectionException

        public ConnectionException​(String message)
      • ConnectionException

        public ConnectionException​(String message,
                                   Throwable cause)
      • ConnectionException

        public ConnectionException​(Throwable cause)