Class ObjectNotExistException

    • Constructor Detail

      • ObjectNotExistException

        public ObjectNotExistException​(ObjectID objectID)
        This exception is produced when a object with ID provided does not exist
        Parameters:
        objectID - ID of the object
      • ObjectNotExistException

        public ObjectNotExistException​(long objectID)
        This exception is produced when a object with ID provided does not exist
        Parameters:
        objectID - ID of the object