Class EntityNotFoundException

All Implemented Interfaces:
Serializable

public class EntityNotFoundException extends RepositoryException
Thrown when EntityRepository cannot find an entity by its id
See Also:
  • Constructor Details

    • EntityNotFoundException

      public EntityNotFoundException(String id)
    • EntityNotFoundException

      public EntityNotFoundException(String id, Exception e)
    • EntityNotFoundException

      public EntityNotFoundException(String t, String p, String k)