public class BasicNodeError extends Object
| Constructor and Description |
|---|
BasicNodeError(NodeRefresher.State state,
Exception x,
Object arg)
The constructor of the BasicNodeError.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getArg()
Returns the argument of the exception.
|
Exception |
getException()
Returns the exception.
|
NodeRefresher.State |
getState()
Returns the state of the refresher when the exception occurred.
|
public BasicNodeError(NodeRefresher.State state, Exception x, Object arg)
state - the state of the refresher when the exception occurred.x - the exception.arg - the argument of the exception.public NodeRefresher.State getState()
public Exception getException()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.