Class RoomLockedException

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

public class RoomLockedException extends Exception
Exception used for representing that the user can't join a room since it's been locked. A 404 error code is returned to the user that requested the invalid operation.
Author:
Gaston Dombiak
See Also:
  • Constructor Details

    • RoomLockedException

      public RoomLockedException()
    • RoomLockedException

      public RoomLockedException(String msg)
    • RoomLockedException

      public RoomLockedException(Throwable nestedThrowable)
    • RoomLockedException

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