Uses of Enum Class
org.jivesoftware.openfire.muc.NotAllowedException.Reason
Packages that use NotAllowedException.Reason
-
Uses of NotAllowedException.Reason in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return NotAllowedException.ReasonModifier and TypeMethodDescriptionNotAllowedException.getReason()static NotAllowedException.ReasonReturns the enum constant of this class with the specified name.static NotAllowedException.Reason[]NotAllowedException.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jivesoftware.openfire.muc with parameters of type NotAllowedException.ReasonModifierConstructorDescriptionNotAllowedException(String msg, NotAllowedException.Reason reason) NotAllowedException(String msg, NotAllowedException.Reason reason, Throwable nestedThrowable) NotAllowedException(NotAllowedException.Reason reason, Throwable nestedThrowable)