Class CannotBeInvitedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
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:
  • Constructor Details

    • CannotBeInvitedException

      public CannotBeInvitedException()
    • CannotBeInvitedException

      public CannotBeInvitedException(String msg)
    • CannotBeInvitedException

      public CannotBeInvitedException(Throwable nestedThrowable)
    • CannotBeInvitedException

      public CannotBeInvitedException(String msg, Throwable nestedThrowable)
  • Method Details