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)  | 
getDecoder, getEncoder, getRequestId, getType, 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 © 2020 Hazelcast, Inc.. All Rights Reserved.