Streamablepublic class VerificationFailure extends java.lang.Object implements Streamable
| Constructor | Description |
|---|---|
VerificationFailure(java.lang.String nodeId,
java.lang.Exception cause) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Throwable |
cause() |
|
java.lang.String |
nodeId() |
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
static VerificationFailure |
readNode(StreamInput in) |
|
java.lang.String |
toString() |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnewWriteableReaderpublic VerificationFailure(java.lang.String nodeId,
java.lang.Exception cause)
public java.lang.String nodeId()
public java.lang.Throwable cause()
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOExceptionpublic static VerificationFailure readNode(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object