Package org.jivesoftware.openfire.muc
Class RoomLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.muc.RoomLockedException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionRoomLockedException
(String msg, Throwable nestedThrowable) RoomLockedException
(Throwable nestedThrowable) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
RoomLockedException
public RoomLockedException() -
RoomLockedException
-
RoomLockedException
-
RoomLockedException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-