public class

NameAlreadyBoundException

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

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
NameAlreadyBoundException()
NameAlreadyBoundException(String message, Throwable cause)
NameAlreadyBoundException(String message)
NameAlreadyBoundException(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: 3869273274579892302 (0x35b26b8afe3f384e)

Public Constructors

public NameAlreadyBoundException ()

public NameAlreadyBoundException (String message, Throwable cause)

Parameters
message
cause

public NameAlreadyBoundException (String message)

Parameters
message

public NameAlreadyBoundException (Throwable cause)

Parameters
cause