Class InvalidVersionException

All Implemented Interfaces:
Serializable

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

    • InvalidVersionException

      public InvalidVersionException()
      Constructs a new InvalidVersionException.
    • InvalidVersionException

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

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