public class VerificationFailure extends Object implements Streamable
| コンストラクタと説明 |
|---|
VerificationFailure(String nodeId,
Throwable cause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Throwable |
cause() |
String |
nodeId() |
void |
readFrom(StreamInput in) |
static VerificationFailure |
readNode(StreamInput in) |
String |
toString() |
void |
writeTo(StreamOutput out) |
public String nodeId()
public Throwable cause()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic static VerificationFailure readNode(StreamInput in) throws IOException
IOExceptionCopyright © 2009–2016. All rights reserved.