public class UnexpectedMessageException
extends java.lang.Exception
Message is received in response to a previously sent request message, but
the response message type doesn't correspond to the request message type (e.g. when receiving a
ResolveMatchesMessage in response to a ProbeMessage).| Constructor and Description |
|---|
UnexpectedMessageException() |
UnexpectedMessageException(java.lang.String message) |