Class 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:
  • Constructor Details

    • UnknownMessageEventFieldException

      public UnknownMessageEventFieldException(String fieldName)
  • Method Details

    • getFieldName

      public String getFieldName()