|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.management.remote.message.HandshakeErrorMessage
public class 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()
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |