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:
    Serialized Form
    • Constructor Detail

      • UnknownMessageEventFieldException

        public UnknownMessageEventFieldException​(String fieldName)
    • Method Detail

      • getFieldName

        public String getFieldName()