public class

InvalidAttributeException

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

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
InvalidAttributeException()
InvalidAttributeException(String message, Throwable cause)
InvalidAttributeException(String message)
InvalidAttributeException(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: 1608293876428310202 (0x1651cec26ef206ba)

Public Constructors

public InvalidAttributeException ()

public InvalidAttributeException (String message, Throwable cause)

Parameters
message
cause

public InvalidAttributeException (String message)

Parameters
message

public InvalidAttributeException (Throwable cause)

Parameters
cause