Class 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 Detail

      • CannotBeInvitedException

        public CannotBeInvitedException()
      • CannotBeInvitedException

        public CannotBeInvitedException​(String msg)
      • CannotBeInvitedException

        public CannotBeInvitedException​(Throwable nestedThrowable)
      • CannotBeInvitedException

        public CannotBeInvitedException​(String msg,
                                        Throwable nestedThrowable)