Class EntityNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class EntityNotFoundException
    extends EntityBrokerException
    Throw to indicate that there was a failure finding an entity or collection of entities
    Author:
    Aaron Zeckoski (aaron@caret.cam.ac.uk)
    See Also:
    Serialized Form
    • Constructor Detail

      • EntityNotFoundException

        public EntityNotFoundException​(String message,
                                       String entityReference)
      • EntityNotFoundException

        public EntityNotFoundException​(String message,
                                       String entityReference,
                                       Throwable cause)