Example usage for Java javax.security.sasl SaslException fields, constructors, methods, implement or subclass
The text is from its open source code.
SaslException(String detail) Constructs a new instance of SaslException with a detailed message. | |
SaslException(String detail, Throwable ex) Constructs a new instance of SaslException with a detailed message and a root exception. |
Throwable | getCause() |
String | getMessage() Returns the detail message string of this throwable. |