public class LdapRequestUnsuccessfulException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.model.message.ResultResponse |
response |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
LdapRequestUnsuccessfulException(org.apache.directory.api.ldap.model.message.ResultResponse response)
Creates a new LdapRequestUnsuccessfulException instance
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.model.message.ResultResponse |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final transient org.apache.directory.api.ldap.model.message.ResultResponse response
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.