public class VerificationFailure extends java.lang.Object implements Streamable
Constructor and Description |
---|
VerificationFailure(java.lang.String nodeId,
java.lang.Exception cause) |
Modifier and Type | Method and 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.
|
public 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
Streamable
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Streamable
writeTo
in interface Streamable
java.io.IOException
public static VerificationFailure readNode(StreamInput in) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object