Class ArgumentNotValidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gov.niem.tools.api.db.exceptions.ArgumentNotValidException
All Implemented Interfaces:
Serializable

@ResponseStatus(UNPROCESSABLE_CONTENT) public class ArgumentNotValidException extends RuntimeException
Custom exception handler for entity not found exceptions.
See Also:
  • Constructor Details

    • ArgumentNotValidException

      public ArgumentNotValidException(String fieldName, String message)