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

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

Introduction

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

The text is from its open source code.

Constructor

AuthenticationException(String detail)
Constructs a new instance of AuthenticationException with a detailed message.

Method

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