public class EntryReadErrorEvent extends Object
Constructor and Description |
---|
EntryReadErrorEvent(Object source,
Dn dn,
Throwable t)
Constructor for the event.
|
Modifier and Type | Method and Description |
---|---|
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 Dn getDN()
Copyright 2010-2020 ForgeRock AS.