public class ErrorCommand extends AbstractTextCommand
type| Constructor and Description | 
|---|
| ErrorCommand(TextCommandConstants.TextCommandType type) | 
| ErrorCommand(TextCommandConstants.TextCommandType type,
            String message) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | readFrom(ByteBuffer src) | 
| String | toString() | 
| boolean | writeTo(ByteBuffer dst) | 
getReadHandler, getRequestId, getType, getWriteHandler, init, isUrgent, shouldReplypublic ErrorCommand(TextCommandConstants.TextCommandType type)
public ErrorCommand(TextCommandConstants.TextCommandType type, String message)
public boolean readFrom(ByteBuffer src)
public boolean writeTo(ByteBuffer dst)
public String toString()
toString in class AbstractTextCommandCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.