Class InvalidAgentException

All Implemented Interfaces:
Serializable

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

    • InvalidAgentException

      public InvalidAgentException()
      Constructs a new InvalidAgentException.
    • InvalidAgentException

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

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