public class

AuthenticationException

extends LDAPException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.mule.module.ldap.ldap.api.LDAPException
         ↳ org.mule.module.ldap.ldap.api.AuthenticationException

Class Overview

This class is the abstraction

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.module.ldap.ldap.api.LDAPException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class org.mule.module.ldap.ldap.api.LDAPException
From class java.lang.Throwable
Public Constructors
AuthenticationException()
AuthenticationException(String message, Throwable cause)
AuthenticationException(String message)
AuthenticationException(Throwable cause)
[Expand]
Inherited Methods
From class org.mule.module.ldap.ldap.api.LDAPException
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 6434067405937564392 (0x594a66376fd3dae8)

Public Constructors

public AuthenticationException ()

public AuthenticationException (String message, Throwable cause)

Parameters
message
cause

public AuthenticationException (String message)

Parameters
message

public AuthenticationException (Throwable cause)

Parameters
cause