Java org.apache.hadoop.security.authentication.client AuthenticationException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.security.authentication.client AuthenticationException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.security.authentication.client AuthenticationException.

The text is from its open source code.

Constructor

AuthenticationException(Throwable cause)
Creates an AuthenticationException .
AuthenticationException(String msg)
Creates an AuthenticationException .
AuthenticationException(String msg, Throwable cause)
Creates an AuthenticationException .