com.hazelcast.client.impl.protocol.parameters
public class ExceptionResultParameters extends Object
Modifier and Type | Field and Description |
---|---|
String |
causeClassName |
String |
className |
String |
message |
String |
stacktrace |
static int |
TYPE
ClientMessageType of this message
|
Modifier and Type | Method and Description |
---|---|
static int |
calculateDataSize(String className,
String causeClassName,
String message,
String stacktrace)
sample data size estimation
|
static ExceptionResultParameters |
decode(ClientMessage flyweight) |
static ClientMessage |
encode(String className,
String causeClassName,
String message,
String stacktrace) |
public static final int TYPE
public String className
public String causeClassName
public String message
public String stacktrace
public static ExceptionResultParameters decode(ClientMessage flyweight)
public static ClientMessage encode(String className, String causeClassName, String message, String stacktrace)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.