|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.directory.api.ldap.model.exception.LdapException
public class LdapException
An class for exceptions which add LDAP specific information to Exceptions.
| Constructor Summary | |
|---|---|
LdapException()
Creates a new instance of LdapException. |
|
LdapException(String explanation)
Creates a new instance of LdapException. |
|
LdapException(String explanation,
Throwable cause)
Creates a new instance of LdapException. |
|
LdapException(Throwable cause)
Creates a new instance of LdapException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LdapException()
public LdapException(String explanation)
explanation - The message associated with the exceptionpublic LdapException(Throwable cause)
public LdapException(String explanation,
Throwable cause)
explanation - The message associated with the exceptioncause - The root cause for this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||