Class ServiceUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.muc.ServiceUnavailableException
All Implemented Interfaces:
Serializable

public class ServiceUnavailableException extends Exception
Exception used for representing that the MultiUserChat service is not available at the moment. There are many reasons why a ServiceUnavailableException could occur such as: a user is trying to join a room that has reached the max number of occupants.
Author:
Gaston Dombiak
See Also:
  • Constructor Details

    • ServiceUnavailableException

      public ServiceUnavailableException()
    • ServiceUnavailableException

      public ServiceUnavailableException(String msg)
    • ServiceUnavailableException

      public ServiceUnavailableException(Throwable nestedThrowable)
    • ServiceUnavailableException

      public ServiceUnavailableException(String msg, Throwable nestedThrowable)
  • Method Details