Wildfire 3.2.4 Javadoc

org.jivesoftware.wildfire.muc
Class ServiceUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jivesoftware.wildfire.muc.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 Summary
ServiceUnavailableException()
           
ServiceUnavailableException(String msg)
           
ServiceUnavailableException(String msg, Throwable nestedThrowable)
           
ServiceUnavailableException(Throwable nestedThrowable)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceUnavailableException

public ServiceUnavailableException()

ServiceUnavailableException

public ServiceUnavailableException(String msg)

ServiceUnavailableException

public ServiceUnavailableException(Throwable nestedThrowable)

ServiceUnavailableException

public ServiceUnavailableException(String msg,
                                   Throwable nestedThrowable)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.