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, toString
public MemberLeftException()
public MemberLeftException(Member member)
public Member getMember()
public String getMessage()
getMessage
in class Throwable
public void writeData(com.hazelcast.nio.ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(com.hazelcast.nio.ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.