Java javax.security.sasl SaslException fields, constructors, methods, implement or subclass

Example usage for Java javax.security.sasl SaslException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.sasl SaslException.

The text is from its open source code.

Constructor

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.

Method

ThrowablegetCause()
StringgetMessage()
Returns the detail message string of this throwable.