
public class NodeOperationResponseFailed extends Object implements NodeOperationResponse
| Constructor and Description |
|---|
NodeOperationResponseFailed() |
NodeOperationResponseFailed(Integer code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOk() |
void |
read(DataInput in) |
void |
write(DataOutput out) |
public void write(DataOutput out) throws IOException
write in interface NodeOperationResponseIOExceptionpublic void read(DataInput in) throws IOException
read in interface NodeOperationResponseIOExceptionpublic boolean isOk()
isOk in interface NodeOperationResponseCopyright © 2009–2025 OrientDB. All rights reserved.