Class InvalidMessageEventException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.process.exception.ProcessException
-
- com.aquima.interactions.process.exception.InvalidMessageEventException
-
- All Implemented Interfaces:
Serializable
public class InvalidMessageEventException extends ProcessException
This exception is used to indicate an messageEvent does not meet the definition.- Author:
- a.pragt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMessageEventException​(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidMessageEventException
public InvalidMessageEventException​(String message)
-
-