Class UnknownMessageEventFieldException
- 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.UnknownMessageEventFieldException
-
- All Implemented Interfaces:
Serializable
public class UnknownMessageEventFieldException extends ProcessException
This type of exception is used when a field of a message event is requested that doesn't exist.- Since:
- 9.1
- Author:
- A. Pragt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownMessageEventFieldException(String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-