Class UnknownMessageException

All Implemented Interfaces:
Serializable

public class UnknownMessageException extends AppException
This type of exception is used when an unknown message is encountered.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownMessageException

      public UnknownMessageException(String messageId)
      Constructs the exception with the id of the message that was unknown.
      Parameters:
      messageId - Id of the unknown message.
  • Method Details

    • getMessageId

      public String getMessageId()
      This method returns the id of the message that was unknown.
      Returns:
      the id of the message that was unknown.