Class DbObjectNotExistException

    • Constructor Detail

      • DbObjectNotExistException

        public DbObjectNotExistException​(ID objectID)
        Exception produced in DbHandler module when no Object is found in a query.
        Parameters:
        objectID - ID of the object
      • DbObjectNotExistException

        public DbObjectNotExistException()
        Exception produced in DbHandler module when no Object is found in a query.