Class MessageTypeNotSupportedException

All Implemented Interfaces:
Serializable

public class MessageTypeNotSupportedException extends GeneralLeanFtException
The exception that is thrown when a not supported message type is received by the runtime engine.
See Also:
  • Constructor Details

    • MessageTypeNotSupportedException

      public MessageTypeNotSupportedException()
      Constructs a new MessageTypeNotSupportedException.
    • MessageTypeNotSupportedException

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

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