public class SASLErrorException extends XMPPException
XMPPException.StreamErrorException, XMPPException.XMPPErrorException| Constructor and Description |
|---|
SASLErrorException(String mechanism,
SaslStreamElements.SASLFailure saslFailure) |
SASLErrorException(String mechanism,
SaslStreamElements.SASLFailure saslFailure,
Map<String,String> texts) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMechanism() |
SaslStreamElements.SASLFailure |
getSASLFailure() |
Map<String,String> |
getTexts() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SASLErrorException(String mechanism, SaslStreamElements.SASLFailure saslFailure)
public SASLErrorException(String mechanism, SaslStreamElements.SASLFailure saslFailure, Map<String,String> texts)
public SaslStreamElements.SASLFailure getSASLFailure()
public String getMechanism()