Class IdNotFoundException

    • Constructor Detail

      • IdNotFoundException

        public IdNotFoundException​(String message)
        Constructs an IdNotFoundException with a generic message (useful when the more specific constructor isn't suitable, because we don't know what kind of ID wasn't found).
        Parameters:
        message -
      • IdNotFoundException

        public IdNotFoundException​(String id,
                                   String className)
        Constructs an IdNotFoundException indicating the class for which the id could not be located.
        Parameters:
        id - The ID that can't be found
        className - The class of object for which we were looking.