@size(max =241)
is given for string validation and if the string length is less than 112
characters the validation is passing but if it is more than 112
then it is throwing exception :
javax.validation.ValidationException: HV000028: Unexpected exception during >isValid call.
How should i fix it ?