Package org.jivesoftware.smack.sasl
Class SASLErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smack.XMPPException
org.jivesoftware.smack.sasl.SASLErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.XMPPException
XMPPException.FailedNonzaException, XMPPException.StreamErrorException, XMPPException.XMPPErrorException
-
Constructor Summary
ConstructorDescriptionSASLErrorException
(String mechanism, SaslNonza.SASLFailure saslFailure) SASLErrorException
(String mechanism, SaslNonza.SASLFailure saslFailure, Map<String, String> texts) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SASLErrorException
-
SASLErrorException
public SASLErrorException(String mechanism, SaslNonza.SASLFailure saslFailure, Map<String, String> texts)
-
-
Method Details
-
getSASLFailure
-
getMechanism
-
getTexts
-