public class EntryReadErrorEvent extends Object
| Constructor and Description |
|---|
EntryReadErrorEvent(Object source,
org.forgerock.opendj.ldap.DN dn,
Throwable t)
Constructor for the event.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.ldap.DN |
getDN()
Returns the DN of the entry we were searching.
|
Throwable |
getError()
Returns the throwable that we got as error.
|
Object |
getSource()
Returns the source of the event.
|
public Object getSource()
public Throwable getError()
public org.forgerock.opendj.ldap.DN getDN()
Copyright © 2010-2020 Wren Security. All Rights Reserved.