Class GarbledMessageException

All Implemented Interfaces:
Serializable

public class GarbledMessageException extends RuntimeException
Thrown when an exceptional message condition has occurred. For example, No SOH symbol at the end of message throws an instance of this class.
See Also:
  • Constructor Details

    • GarbledMessageException

      public GarbledMessageException()
    • GarbledMessageException

      public GarbledMessageException(String message)
    • GarbledMessageException

      protected GarbledMessageException(String message, boolean critical)
    • GarbledMessageException

      public GarbledMessageException(String description, String garbledMessage)
    • GarbledMessageException

      public GarbledMessageException(String description, String garbledMessage, boolean critical)
    • GarbledMessageException

      public GarbledMessageException(String message, Throwable cause)
    • GarbledMessageException

      public GarbledMessageException(Throwable cause)
  • Method Details

    • isCritical

      public boolean isCritical()