public class LdapOperationException extends LdapException
Modifier and Type | Field and Description |
---|---|
protected DN |
resolvedDn
The resolved DN
|
protected ResultCodeEnum |
resultCode
The operation resultCode
|
Constructor and Description |
---|
LdapOperationException(ResultCodeEnum resultCode,
String message)
Creates a new instance of LdapOperationException.
|
LdapOperationException(String message)
Creates a new instance of LdapOperationException.
|
Modifier and Type | Method and Description |
---|---|
DN |
getResolvedDn() |
ResultCodeEnum |
getResultCode()
Gets the LDAP result code that would be associated with this exception.
|
void |
setResolvedDn(DN resolvedDn) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ResultCodeEnum resultCode
protected DN resolvedDn
public LdapOperationException(ResultCodeEnum resultCode, String message)
resultCode
- The operation resultCodemessage
- The exception messagepublic LdapOperationException(String message)
message
- The exception messagepublic DN getResolvedDn()
public void setResolvedDn(DN resolvedDn)
resolvedDn
- the resolvedDn to setpublic ResultCodeEnum getResultCode()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.