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

      • ServiceUnavailableException

        public ServiceUnavailableException()
      • ServiceUnavailableException

        public ServiceUnavailableException​(String msg)
      • ServiceUnavailableException

        public ServiceUnavailableException​(Throwable nestedThrowable)
      • ServiceUnavailableException

        public ServiceUnavailableException​(String msg,
                                           Throwable nestedThrowable)