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