Package org.openwms.common.comm.tcp
Class MessageMismatchHandler
java.lang.Object
org.openwms.common.comm.tcp.MessageMismatchHandler
A MessageMismatchHandler cares about incoming error telegrams on a defined error
channel with name "errExceptionChannel".
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final org.slf4j.Logger
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ERROR_CHANNEL_ID
- See Also:
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
MessageMismatchHandler
public MessageMismatchHandler()
-
-
Method Details
-
handle
Current implementation just logs error messages.- Parameters:
telegram
- The error telegram
-