public class

CommunicationException

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

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
CommunicationException()
CommunicationException(String message, Throwable cause)
CommunicationException(String message)
CommunicationException(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: 7403927535538538812 (0x66c008ddaa82093c)

Public Constructors

public CommunicationException ()

public CommunicationException (String message, Throwable cause)

Parameters
message
cause

public CommunicationException (String message)

Parameters
message

public CommunicationException (Throwable cause)

Parameters
cause