Class EntityNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ucsb.cs156.happiercows.errors.EntityNotFoundException
All Implemented Interfaces:
Serializable

public class EntityNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • EntityNotFoundException

      public EntityNotFoundException(Class<?> entityType, Object id)
    • EntityNotFoundException

      public EntityNotFoundException(Class<?> entityType, String id1Label, Object id1, String id2Label, Object id2)