Class InvalidFormatException

All Implemented Interfaces:
Serializable

public class InvalidFormatException extends GeneralLeanFtException
The exception that is thrown when an invalid formatted message is received by the runtime engine.
See Also:
  • Constructor Details

    • InvalidFormatException

      public InvalidFormatException()
      Constructs a new InvalidFormatException.
    • InvalidFormatException

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

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