public class

LDAPException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.mule.module.ldap.ldap.api.LDAPException
Known Direct Subclasses

Class Overview

This class is the abstraction

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
Fields
private static Map<Class<? extends NamingException>, Class<? extends LDAPException>> EX_MAPPINGS
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
LDAPException()
LDAPException(String message, Throwable cause)
LDAPException(String message)
LDAPException(Throwable cause)
Public Methods
static LDAPException create(NamingException nex)
String getCode()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1220777755286608188 (0x10f112e6858e993c)

Fields

private static Map<Class<? extends NamingException>, Class<? extends LDAPException>> EX_MAPPINGS

Public Constructors

public LDAPException ()

public LDAPException (String message, Throwable cause)

Parameters
message
cause

public LDAPException (String message)

Parameters
message

public LDAPException (Throwable cause)

Parameters
cause

Public Methods

public static LDAPException create (NamingException nex)

Parameters
nex

public String getCode ()