Class LengthValidationException

All Implemented Interfaces:
Serializable

public class LengthValidationException extends ValidationException
An exception used to indicate that a value associated with a key exceeds the allowed length.
See Also:
  • Constructor Details

    • LengthValidationException

      public LengthValidationException(Attribute<?> attribute, Object value, String message)
      Instantiates a new LengthValidationException
      Parameters:
      attribute - the attribute
      value - the value that exceeds the allowed length
      message - the message