Class InvalidMessageFieldException

All Implemented Interfaces:
Serializable

public class InvalidMessageFieldException extends GeneralLeanFtException
The exception that is thrown when a message with an invalid field value is received by the runtime engine.
See Also:
  • Constructor Details

    • InvalidMessageFieldException

      public InvalidMessageFieldException()
      Constructs a new InvalidMessageFieldException.
    • InvalidMessageFieldException

      public InvalidMessageFieldException(String message)
      Constructs a new InvalidMessageFieldException with the specified detail message.
      Parameters:
      message - the detail message.
    • InvalidMessageFieldException

      public InvalidMessageFieldException(int errorCode, String message)
      Constructs a new InvalidMessageFieldException with the specified detail message and error code.
      Parameters:
      errorCode - the error code representing the error that occurred.
      message - the detail message.