public class MemberLeftException extends ExecutionException implements DataSerializable, com.hazelcast.spi.exception.RetryableException
| Constructor and Description |
|---|
MemberLeftException() |
MemberLeftException(Member member) |
| Modifier and Type | Method and Description |
|---|---|
Member |
getMember()
Returns the member which left the cluster
|
String |
getMessage() |
void |
readData(com.hazelcast.nio.ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(com.hazelcast.nio.ObjectDataOutput out)
Writes object fields to output stream
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MemberLeftException()
public MemberLeftException(Member member)
public Member getMember()
public String getMessage()
getMessage in class Throwablepublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.