Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.muc
Class NotAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jivesoftware.openfire.muc.NotAllowedException
All Implemented Interfaces:
Serializable

public class NotAllowedException
extends Exception

Exception used for representing that the user is not allowed to perform the requested operation in the MUCRoom. There are many reasons why a not-allowed error could occur such as: a user tries to join a room that has reached its limit of max number of occupants. A 405 error code is returned to the user that requested the invalid operation.

Author:
Gaston Dombiak
See Also:
Serialized Form

Constructor Summary
NotAllowedException()
           
NotAllowedException(String msg)
           
NotAllowedException(String msg, Throwable nestedThrowable)
           
NotAllowedException(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

NotAllowedException

public NotAllowedException()

NotAllowedException

public NotAllowedException(String msg)

NotAllowedException

public NotAllowedException(Throwable nestedThrowable)

NotAllowedException

public NotAllowedException(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

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.