public class HandshakeErrorMessage extends Object implements Message
This class represents an error that occurred during the various client/server handshake exchanges.
At any time during the handshake, if either the client or the server encounters a problem they can notify the other peer by sending this indication message as to why the operation failed.
HandshakeBeginMessage,
Serialized Form| Constructor and Description |
|---|
HandshakeErrorMessage(String detail)
Constructs a new HandshakeErrorMessage with the specified error.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail()
A textual description of the error encountered by the
peer object.
|
public HandshakeErrorMessage(String detail)
detail - a textual description of the error encountered by
the peer object.public String getDetail()
Copyright © 2019 Terracotta, Inc.. All rights reserved.