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–2017 ForgeRock AS. All rights reserved.