Class MessageConstraintException

All Implemented Interfaces:
Serializable

public class MessageConstraintException extends CharacterCodingException
Signals a message constraint violation.
Since:
4.3
See Also:
  • Field Details

  • Constructor Details

    • MessageConstraintException

      public MessageConstraintException(String message)
      Creates a TruncatedChunkException with the specified detail message.
      Parameters:
      message - The exception detail message
  • Method Details