Class ValidationError.MessageLengthExceeded
-
- All Implemented Interfaces:
public final class ValidationError.MessageLengthExceeded extends ValidationError
Represents a validation error that happens when the message length in the message input exceed the maximum allowed message length.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegermessageLengthprivate final IntegermaxMessageLength
-
Constructor Summary
Constructors Constructor Description ValidationError.MessageLengthExceeded(Integer messageLength, Integer maxMessageLength)
-
Method Summary
Modifier and Type Method Description final IntegergetMessageLength()final IntegergetMaxMessageLength()-
-
Method Detail
-
getMessageLength
final Integer getMessageLength()
-
getMaxMessageLength
final Integer getMaxMessageLength()
-
-
-
-