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, shouldReply
public 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 AbstractTextCommand
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.