Uses of Enum Class
org.jivesoftware.openfire.sasl.Failure
Packages that use Failure
-
Uses of Failure in org.jivesoftware.openfire.sasl
Methods in org.jivesoftware.openfire.sasl that return FailureModifier and TypeMethodDescriptionSaslFailureException.getFailure()
static Failure
Returns the enum constant of this class with the specified name.static Failure[]
Failure.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jivesoftware.openfire.sasl with parameters of type FailureModifierConstructorDescriptionSaslFailureException
(String detail, Throwable ex, Failure failure) SaslFailureException
(String detail, Failure failure) SaslFailureException
(Failure failure) SaslFailureException
(Failure failure, String message)