Package org.openwms.common.comm
Class MessageMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openwms.common.comm.MessageProcessingException
org.openwms.common.comm.MessageMismatchException
- All Implemented Interfaces:
Serializable
A MessageMismatchException indicates that an incoming message is not in expected format.
- Author:
- Heiko Scherrer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMessageMismatchException
(String message) Create a new MessageMismatchException.MessageMismatchException
(String message, Throwable cause) Create a new MessageMismatchException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageMismatchException
Create a new MessageMismatchException.- Parameters:
message
- Detail messagecause
- Cause to be propagated
-
MessageMismatchException
Create a new MessageMismatchException.- Parameters:
message
- Detail message
-