Uses of Class
tech.jhipster.lite.error.domain.UnauthorizedValueException
Packages that use UnauthorizedValueException
-
Uses of UnauthorizedValueException in tech.jhipster.lite.error.domain
Methods in tech.jhipster.lite.error.domain that return UnauthorizedValueExceptionModifier and TypeMethodDescriptionstatic UnauthorizedValueExceptionUnauthorizedValueException.forInconsistentValue(String field, Object input) static UnauthorizedValueExceptionUnauthorizedValueException.forInconsistentValues(String field1, Object input1, String field2, Object input2) static UnauthorizedValueExceptionUnauthorizedValueException.forNegativeValue(String field) static UnauthorizedValueExceptionUnauthorizedValueException.forTooShortValue(String field) static UnauthorizedValueExceptionUnauthorizedValueException.forUnequalValues(String field1, String field2, Object input1, Object input2) static UnauthorizedValueExceptionUnauthorizedValueException.forUnexpectedType(String field) static UnauthorizedValueExceptionUnauthorizedValueException.forUnexpectedValue(String field, Object input, Object expectedValue) static UnauthorizedValueExceptionUnauthorizedValueException.forUnknownValue(String field)