Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.muc
Class CannotBeInvitedException

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

public class CannotBeInvitedException
extends Exception

Exception used for representing the error when an external MUC delegate responds to an invite-user packet by rejecting the invitation attempt.

Author:
David Smith
See Also:
Serialized Form

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

CannotBeInvitedException

public CannotBeInvitedException()

CannotBeInvitedException

public CannotBeInvitedException(String msg)

CannotBeInvitedException

public CannotBeInvitedException(Throwable nestedThrowable)

CannotBeInvitedException

public CannotBeInvitedException(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.