Package org.jivesoftware.openfire.muc
Class ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.muc.ConflictException
- All Implemented Interfaces:
Serializable
Exception used for representing a conflict error in a MUCRoom. There are many reasons why a
conflict error could occur such as: owner tries to remove all the owners of a room. A 409 error
code is returned to the user that requested the invalid operation.
- Author:
- Gaston Dombiak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictException
(String msg) ConflictException
(String msg, Throwable nestedThrowable) ConflictException
(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
-
ConflictException
public ConflictException() -
ConflictException
-
ConflictException
-
ConflictException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-