Package org.apache.zookeeper
Class OpResult.ErrorResult
- java.lang.Object
-
- org.apache.zookeeper.OpResult
-
- org.apache.zookeeper.OpResult.ErrorResult
-
- Enclosing class:
- OpResult
public static class OpResult.ErrorResult extends OpResult
An error result from any kind of operation. The point of error results is that they contain an error code which helps understand what happened.- See Also:
KeeperException.Code
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.zookeeper.OpResult
OpResult.CheckResult, OpResult.CreateResult, OpResult.DeleteResult, OpResult.ErrorResult, OpResult.GetChildrenResult, OpResult.GetDataResult, OpResult.SetDataResult
-
-
Constructor Summary
Constructors Constructor Description ErrorResult(int err)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getErr()
int
hashCode()
-