|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.remote.message.HandshakeErrorMessage
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 FormConstructor Summary | |
HandshakeErrorMessage(String detail)
Constructs a new HandshakeErrorMessage with the specified error. |
Method Summary | |
String |
getDetail()
A textual description of the error encountered by the peer object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HandshakeErrorMessage(String detail)
detail
- a textual description of the error encountered by
the peer object.Method Detail |
public String getDetail()
|
JMX Remote API Specification 1.0 Final Release Generated from RI build jmxremote-1_0_1_03-b57.1 2005.02.08_17:20:23_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |