public class RawExceptionMessage
extends Object
| Constructor and Description |
|---|
RawExceptionMessage(TransportErrorCode errorCode,
MessageProtocol protocol,
akka.util.ByteString message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
TransportErrorCode |
errorCode()
The error code.
|
int |
hashCode() |
akka.util.ByteString |
message()
The message.
|
String |
messageAsText()
Get the message as text.
|
MessageProtocol |
protocol()
The protocol.
|
String |
toString() |
public RawExceptionMessage(TransportErrorCode errorCode, MessageProtocol protocol, akka.util.ByteString message)
public TransportErrorCode errorCode()
public MessageProtocol protocol()
public akka.util.ByteString message()
public String messageAsText()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object