|
||||||||||
| 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
org.apache.directory.api.ldap.model.exception.LdapOperationException
org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
public class LdapInvalidDnException
A subclass of LdapOperationException designed to hold an unequivocal LDAP
result code.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.api.ldap.model.exception.LdapOperationException |
|---|
resolvedDn, resultCode |
| Constructor Summary | |
|---|---|
LdapInvalidDnException(ResultCodeEnum resultCode)
Creates a new instance of LdapInvalidDnException. |
|
LdapInvalidDnException(ResultCodeEnum resultCode,
String message)
Creates a new instance of LdapInvalidDnException. |
|
LdapInvalidDnException(ResultCodeEnum resultCode,
String message,
Throwable cause)
Creates a new instance of LdapInvalidDnException. |
|
LdapInvalidDnException(String message)
to be used by some special exceptions like LdapInvalidDnException |
|
LdapInvalidDnException(String message,
Throwable cause)
to be used by some special exceptions like LdapInvalidDnException |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.directory.api.ldap.model.exception.LdapOperationException |
|---|
getResolvedDn, getResultCode, setResolvedDn |
| 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 LdapInvalidDnException(String message)
public LdapInvalidDnException(String message,
Throwable cause)
message - The exception messagecause - The root cause for this exception
public LdapInvalidDnException(ResultCodeEnum resultCode,
String message)
resultCode - the ResultCodeEnum for this exceptionmessage - The exception message
public LdapInvalidDnException(ResultCodeEnum resultCode,
String message,
Throwable cause)
resultCode - the ResultCodeEnum for this exceptionmessage - The exception messagecause - The root cause for this exceptionpublic LdapInvalidDnException(ResultCodeEnum resultCode)
resultCode - the ResultCodeEnum for this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||