Class EntityNotFoundException

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

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

    • EntityNotFoundException

      public EntityNotFoundException(String entityKind, String label)
    • EntityNotFoundException

      public EntityNotFoundException(BaseEntity entity, String label)
    • EntityNotFoundException

      public EntityNotFoundException(BaseEntity entity)