Java javax.security.auth.message AuthException fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.message AuthException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.message AuthException.

The text is from its open source code.

Constructor

AuthException(String msg)
Constructs an AuthException with the specified detail message.
AuthException()
Constructs an AuthException with no detail message.

Method

ThrowableinitCause(Throwable cause)
Initializes the cause of this throwable to the specified value.